已回答 extracting value from a matrix
I think it is better to put the variable X as a string and from there start. for example:
X=['1000000000000000000000000000000...
3 years 前 | 0
| 已接受
已回答 How to get Taylor polynomial for functions?
You can use a function that is in the MAThWORKS fileexchange (I put the link):
str=input('Function? ','s'); %tray with: cos(x)...
Simpsons's rule (but not Homer Simpson)
I wonder what Homer Simpson would have thought of Simpson's rule? Somehow I doubt his thoughts would have included the phrase Ne...
已回答 Euler method returning error
maybe you need copy the function eulsys.m in your system. In this link you have a copy:
http://macs.citadel.edu/chenm/344.dir/0...
4 years 前 | 0
已回答 how do i plot only certain part of cepstrum
KSSV ks suggests that you work with the index, here I show you an example of what KSSV mentions,
x=linspace(0,10,100);
y=x.^2;...