Answered
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 ...

11 years ago | 0

| accepted

Answered
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/...

11 years ago | 0

Answered
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...

11 years ago | 0

Answered
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...

11 years ago | 0

Answered
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...

11 years ago | 0

Answered
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...

11 years ago | 0

Answered
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. 

11 years ago | 0

Answered
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...

12 years ago | 0

Answered
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...

14 years ago | 1

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

14 years ago | 0

| accepted