Respondida
How to create two graphs in difference figure in one function?
Hi Samious, If you use the command figure you will get a new graph. function graph(a,b) x=a y=x^2 ...

más de 10 años hace | 0

| aceptada

Respondida
When will Jacket be merged into Parallel Computing Toolbox?
One way would be to look at the Parallel computing toolbox release notes since R2012b. http://www.mathworks.nl/help/distcomp/...

más de 10 años hace | 0

Respondida
Can somebody help me with this please. I'm stuck due to my limited knowledge on Matlab.
Hi Vidya, You can do a couple of things: - force the inputs to be a particular size so that they add up to 256. - given...

más de 10 años hace | 0

Respondida
How can i add dataset function back in 2013a
Dataset still exists in MATLAB, however you need the Statistics toolbox (this has always been the case). In newer releases th...

más de 10 años hace | 0

Respondida
Code help for data extraction
Hi Nakarsha, There are multiple ways of doing this. Use the Import Tool - in MATLAB, select the text file, right click, im...

más de 10 años hace | 0

Respondida
Can somebody help me with this please. I'm stuck due to my limited knowledge on Matlab.
if you type: size(IDiPWi_double) size(fi_db) You will notice that the sizes do not match and the function needs them...

más de 10 años hace | 0

Respondida
Matlab 2014a instalation on MacOSX Mavericks 10.9.1
Open your system preferences, select privacy settings, and allow the program to be installed even if it is not on itunes. 

más de 10 años hace | 0

Respondida
Dicom image reading help
You will need the Image Processing Toolbox. Here is a reference: http://www.mathworks.nl/help/images/ref/dicomread.html On th...

más de 11 años hace | 0

Respondida
What do I do to fit a surface to given data points in MATLAB?
Hi Danilo, Try using the curve fitting toolbox. Here is the link to: <http://www.mathworks.com/help/releases/R2011b/to...

alrededor de 13 años hace | 1

Respondida
std2 ROI
Hi Joe, Maybe I miss understood what you were aiming for but try logical indexing. img = imread('pout.tif'); h_im = ims...

alrededor de 13 años hace | 0

| aceptada