답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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...

11년 초과 전 | 0

답변 있음
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...

13년 초과 전 | 1

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

13년 초과 전 | 0

| 수락됨