New Reply

Matlab M-function 'cldesf'

 
Share Thread
Nov9-11, 09:01 AM   #1
 

Matlab M-function 'cldesf'


I can't recreate a Matlab example on Matlab 7.12.0 that is straight from the book:

How do I call M-function cldesf?

This is the error I get:

>> [t,x]=ode23('cldesf',[t0,tf],x0t,[],A);
??? Error using ==> feval
Undefined function or method 'cldesf' for input arguments of type 'double'.

Error in ==> odearguments at 98
f0 = feval(ode,t0,y0,args{:}); % ODE15I sets args{1} to yp0.

Error in ==> ode23 at 171
[neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ...
Attached Files
File Type: pdf matlab 2.pdf (796.1 KB, 8 views)
File Type: pdf matlab 3.pdf (678.8 KB, 3 views)
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Nov16-11, 06:47 PM   #2
 
Check to make sure where you saved it is also your working directory
New Reply

Similar discussions for: Matlab M-function 'cldesf'
Thread Forum Replies
[matlab] I just want to plot a function that describes position as a function of time Math & Science Software 2
DFT Matlab function Math & Science Software 0
Matlab function Math & Science Software 2
Does a function exist (prefferably in matlab) that finds a function in noise Math & Science Software 4
Matlab mex-function Math & Science Software 0