photo

Carlos Menendez


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
222,398
of 301,454

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,287

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,632

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Hi I am using ode45 to solve a system of linear first order ODE's and Matlab says the subscript indeces in the ds(4) line must be positive intiger or logical, how can I fix it? Thank you
function ds=TMD(t,S,A,B,C,E,omega2,psiA1,psiA2,phi2,Ma,w) ds(1)=S(2); Fext=sin(w*t); D=psiA1*Fext; ds(2)=(B/A)*(-ome...

10 years ago | 0 answers | 0

0

answers

Question


Hi I am using ode23s but Matlab returns: not enough input arguments at the line for a1 in the function handle. Why is this happening even if i specified the initial conditions?
%Data and running code n_cycle=200; n_cycle_ss=100; %Excitation frequency range freq_range=125:0.5:150; w_range=freq_ra...

10 years ago | 0 answers | 0

0

answers