Re: ODE solver





"Jess Bawden" <Jessica_A_Bawden@xxxxxxxxxxxx> wrote in message
news:ef12028.-1@xxxxxxxxxxxxxxxxxxx
> Is there a Matlab solver function out there that returns a
> solution/function to an ODE instead of graphing the solution?
>

ode solvers (ex ode45) return back the solution (y,t), and then you
can plot them.
may be I am missing your question. which ode solver you are using that
just plots the solution?

for examples, see examples 53-56 on my web page:

http://12000.org/my_notes/mma_matlab_control/howto.htm

Nasser



.



Relevant Pages

  • Re: ODE solver
    ... > solution/function to an ODE instead of graphing the solution? ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: Please guide me.thanks
    ... >I want to plot a ode in Matlab6.In this ode i have A'' as ... > concentration in a reactor and t as time.I want to see how 'A' ... There are many examples on how to use ode45 on the net, ... plot all solution on the same plot. ...
    (comp.soft-sys.matlab)
  • Re: Please guide me.thanks
    ... Nasser Abbasi wrote: ... >>I want to plot a ode in Matlab6.In this ode i have A'' as ... >> please help me with ode45. ...
    (comp.soft-sys.matlab)
  • Re: LOG of a solution of ODE plotted against its parameter
    ... I can see how it will be possible to solve the ode many times while ... varying the parameter a. ... But I need to plot the Logagainst the values of a used to generate ... This ODE is supposed to have bistability over that range of parameters. ...
    (sci.math)
  • LOG of a solution of ODE plotted against its parameter
    ... I can see how it will be possible to solve the ode many times while ... varying the parameter a. ... But I need to plot the Logagainst the values of a used to generate ... This ODE is supposed to have bistability over that range of parameters. ...
    (sci.math)

Loading