MATLAB
How do I allocate more memory to MATLAB 2011a in OS X 10.6.8?
I do a lot of analysis in MATLAB, 开发者_运维百科and while the machine on which I run it has 16 GB of memory, MATLAB almost never uses more than 1GB of Real Memory.Even if I disable the virtual memory[详细]
2023-04-11 01:29 分类:问答Need to analyze a set of vectors with 0 and positive integers
I am using Matlab, and I have a 1x200 vector of numbers. I need to assign a \"score\" to the set of numbers by following these rules:[详细]
2023-04-11 01:18 分类:问答error while compiling Matlab mex file on Ubuntu 11.04 with Matlab R2011a
I am trying to compile a shared library which will call MATLAB function on Ubuntu 11.04. Like the command:[详细]
2023-04-11 00:05 分类:问答How to save boxplot automatically in Matlab?
When I try to save boxplot using \'saveas\' as follows X = randn(10, 10); H = boxplot(X); saveas(H, \'x.fig\');[详细]
2023-04-10 23:03 分类:问答write information into Excel after each loop
I have a 6x7 matrix(A) and some operation I\'m doing on it for k=1:50 (number of loops). I know that in order to write a single matrix in an excel file I need:[详细]
2023-04-10 22:25 分类:问答Plot smooth cumulative distribution function using MATLAB
How is it possible to make the following cumulative distribution function (CDF) curve smoother? Here\'s my code, using cdfplot:[详细]
2023-04-10 19:31 分类:问答building execute m-file + simulink model (I have a program with one error!)
I have been written a program with MATLAB: clear all; clc loaddata.dat a=data+2; b=fun(a); sim(‘new_equ2’)[详细]
2023-04-10 18:41 分类:问答Find highest/lowest value in matrix
very basic question: How can I find the highest or lowest value in a random matrix. I know there is a possibility to say开发者_开发问答:[详细]
2023-04-10 18:34 分类:问答convert double to 12 bit using matlab
I am trying to implement color combine function from a imaging software called metamorph in matlab.I have three uint16 bit files(R,G and B) .I need to convert them to 12 bit and then combine them into[详细]
2023-04-10 18:10 分类:问答Matlab: How to clear the previous output image
I define values for the variables and call the function, it returns the 开发者_运维问答output imagein the figure. But when i want to test another set of data, the output image will come out, it\'s tog[详细]
2023-04-10 16:38 分类:问答