Feeds
提问
how to use dbstop if naninf
I want to ask matlab to stop anywhere in my functions, a variable becomes nan or inf. I defined a function buggy(x) (which is a ...
12 years 前 | 1 个回答 | 0
1
个回答提问
polynomial doesnt fit with original data
Hi, I give Matlab 2009a vectors X and Y. I plot(X,Y) and I want to fit a polynomial on it. on the plot, I can see a good fit w...
12 years 前 | 2 个回答 | 0
2
个回答已回答
resolution of the copied figure
on you figure menu: Edit==> copy figure and then paste into Word. This way you wont loose a pixel! you may also want to, ...
resolution of the copied figure
on you figure menu: Edit==> copy figure and then paste into Word. This way you wont loose a pixel! you may also want to, ...
12 years 前 | 0
已回答
Export data from MATLAB to Excel
after you have your vectors calculated as below: R1=your_time_vector; % here[12; 13; 43; 123] R2=your_rate_vector; R...
Export data from MATLAB to Excel
after you have your vectors calculated as below: R1=your_time_vector; % here[12; 13; 43; 123] R2=your_rate_vector; R...
12 years 前 | 0
提问
fzero function, additional output needed
Hi, I use fzero to find the zero of my function. fezero returns [x, fval]. however, inside the function another parameter is bei...
12 years 前 | 3 个回答 | 0