MATLAB: Output of sbiosteadystate task

SimBiology

I'm using
[success, variant_out] = sbiosteadystate(modelObj)
to find the steady states of the non-constant species in my model. However, variant_out returns the values of all species(consatnt and non-constant), constant parameters and constant compartments. How do I get variant_out to return only the steady state values of non-constant species?
Thanks a lot

Best Answer

See answer here.