Page 1 of 1

use steady state as a parameter

PostPosted: Tue May 13, 2014 2:23 pm
by dominik
Hi

is there an easy way to use the steady state values as parameters?
(irrespectively of whether i use a steadystate file or provide initial values).

i tried #c_ss=steadystatefile(...), but this resulted in inefficiently many evaluations of the matlab function steadystatefile(...)

Thanks
Dominik

Re: use steady state as a parameter

PostPosted: Tue May 13, 2014 2:28 pm
by jpfeifer
There is the steady_state()-command. See the manual.

Re: use steady state as a parameter

PostPosted: Tue May 13, 2014 2:45 pm
by dominik
i had overlooked that. thanks for the immediate reply!