已回答
where can I find the table gives information about icons for different variables in the help file?
Hi Joy # Type |workspace| in your command window and you should be able to see the Workspace window. # Type |whos| in your ...

11 years 前 | 0

已回答
Centerline Detection in an Image
<</matlabcentral/answers/uploaded_files/664/compare.jpg>> With your idea, this should get you started: h = imr...

11 years 前 | 0

| 已接受

已回答
is simplification of ilaplace possible?
Here the expression is already simplified i.e., it is in the final form of sines and cosines. Since you want to change the fract...

11 years 前 | 1

| 已接受

已回答
Help with nested for and if loops
Changing the following line from if climatology(:,:,j)==dryS(k) to if nnz(climatology(:,:,j)==dryS(k)) > 0 shou...

11 years 前 | 0

已回答
Automatically normalize a range of data into specific values.
Yes, it is possible using |hist| for finding the low, medium and high ranges. I have used your code as a function to calculate t...

11 years 前 | 1

| 已接受

已回答
Plotting a Piecewise function
This might be a starting place for a running code. function graph N=1000; n=(56-1)/N; x=[1:n:56]; ...

11 years 前 | 0