Feeds
질문
error using ode23
These are my errors im not sure what is causing it. Error in odearguments (line 90) f0 = feval(ode,t0,y0,args{:}); % O...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Error using plot Vectors must be the same length.
I got the error plotting vectors must be the same length and I'm not sure why. I'm trying to plot the function v against time. I...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Plotting a Step Function
The following function f(t,T,x) returns the following. 1 if qT ≤ t < (q + x)T 0 if (q + x)T ≤ t < (q + 1)T I know this is a...
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
Error plotting my graph.
This is my code. The error is: Error using plot Data must be numeric, datetime, duration or an array convertible to double. ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Finding the sum of a series which is dependent on t.
trying to find the sum of a series which involves a cos(2*k*omega*t) and then plot this against t. This is my current code. Gett...
대략 8년 전 | 답변 수: 1 | 0