Feeds
已回答
Plotting Help (rocket motion around a planet
Figured out problem,it was the last input for the initial condition like I thought.
Plotting Help (rocket motion around a planet
Figured out problem,it was the last input for the initial condition like I thought.
6 years 前 | 0
| 已接受
提问
Plotting Help (rocket motion around a planet
Hello! Currently I am trying to model the flight path of a rocket around the planet at various given velocities, however wheneve...
6 years 前 | 1 个回答 | 0
1
个回答提问
ODE45 issues (odearguements error)
Hi recently I've started having to use the ode45 function for various classes I have taken, I think I understand how to format t...
6 years 前 | 1 个回答 | 0
1
个回答提问
Plotting an infinite series with multiple variables.
Hi, recently I solved PDE of a 1D wave equation and came to the solution of: my question while vague,also comes from a plac...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Indexing Problem with a For Loop
I was just able to get it to run by transforming: Upeak(count+1,2*eta(i-1))= t(j); %the current value of time ...
Indexing Problem with a For Loop
I was just able to get it to run by transforming: Upeak(count+1,2*eta(i-1))= t(j); %the current value of time ...
6 years 前 | 0
提问
Indexing Problem with a For Loop
Hi, I'm trying to create a function that with given inputs gives an output of various things that will then be taken by another ...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Matrix Dimensions Must agree
S(i,j) = exp((-eta(i)).*w0.*t(j)).*(A.*cos(wd.*t(j))) ; My S looks like this now and I'm getting the error of: ...
Matrix Dimensions Must agree
S(i,j) = exp((-eta(i)).*w0.*t(j)).*(A.*cos(wd.*t(j))) ; My S looks like this now and I'm getting the error of: ...
6 years 前 | 0
提问
Matrix Dimensions Must agree
Hi, currently I'm trying to create a function that with the given inputs will output various graphs of the system, however I'm r...
6 years 前 | 2 个回答 | 0
2
个回答已回答
Error Message: 'Matrix dimensions must agree'
I was able to make the multiplication work by transforming the t = [0:.1:10] into t = [0:.1:10]' Now I'm trying to put th...
Error Message: 'Matrix dimensions must agree'
I was able to make the multiplication work by transforming the t = [0:.1:10] into t = [0:.1:10]' Now I'm trying to put th...
6 years 前 | 0
提问
Error Message: 'Matrix dimensions must agree'
m%%Declare Variables: n = [.1, 1.0, 1.5]; t= [0:.1:10]; k = 10 %N/m; m = 5 %kg; A = 5; %m (initial postion); omega0 = sqrt...
6 years 前 | 2 个回答 | 0

