Use steady state as a parameter

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

There is the steady_state()-command. See the manual.

i had overlooked that. thanks for the immediate reply!