| 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, ... |
| 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 | ||