Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What do these errors mean in matlab(ode45) ?

Status
Not open for further replies.

ninas

Newbie level 2
Joined
Apr 25, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
what means those errors?

hi, can somme one explane me what means these errors in matlab(ode45)

Error in ==> D:\matlab\toolbox\matlab\funfun\private\odearguments.m
On line 104 ==> f0 = feval(ode,t0,y0,args{:});

Error in ==> D:\matlab\toolbox\matlab\funfun\ode23.m
On line 154 ==> [neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, args, ...

Error in ==> D:\matlab\work\inch.m
On line 81 ==> [t y]=ode23('pend3', tspan, y0);

??? Undefined function or variable 'n1'.

Error in ==> D:\matlab\work\pend3.m
On line 3 ==> xdot(2)=(n1-n2)/den+n3*u/den;

Error in ==> D:\matlab\toolbox\matlab\funfun\private\odearguments.m
On line 104 ==> f0 = feval(ode,t0,y0,args{:});

Error in ==> D:\matlab\toolbox\matlab\funfun\ode23.m
On line 154 ==> [neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, args, ...

Error in ==> D:\matlab\work\inch.m
On line 81 ==> [t y]=ode23('pend3', tspan, y0);
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top