Feeds
提问
What's wrong with the folow function?
I made a function in order to calculate a system of differential equations. I'm using Euler's method. i=0; ...
12 years 前 | 2 个回答 | 0
2
个回答提问
What's wrong with the folow function?
f is my input function and I have to verify if it converges. It appears: "Error using inline/feval (line 23)Not enough inputs ...
12 years 前 | 1 个回答 | 0
1
个回答提问
What's wrong with the folow expression?
f is my imput function and i have to find the first and the second derivate. I tried to define df=diff(f); f2=di...
12 years 前 | 1 个回答 | 0
1
个回答提问
What's wrong with the folow expression?
Matlab don't accept y=exp(-x)+exp(-0.5*x)*(-0.5*cos(3*x)-3*sin(3*x)) Error using * Inner matrix dimensions must agree. ...
12 years 前 | 1 个回答 | 0
