Coding my own models using DifferentialEquations solvers, it is possible to specify keyword save_idxs
to specify which variables are saved.
What if I write the model using MTK instead?
- Will
save_idxs
only work with a list of positive integers referring to thestates(sys)
vector of variables? Or… - Is there a way to specify saving any variable, both
states
andobserved
? Or, - Should this be done after computing the solution?