Hi,
I have a model that consist of about 2000 equation and I need a simulation time up to 40 seconds. Maybe even more for further researches. The filesize of the mat-file exceeds nearly 1 GB. Thatīs a lot and it makes no sense beacuse I only need the results from about 10 variables. In the simulation setup I can choose which variables I want to save during simulation:
* state variables
* derivatives
* input variables
* output variables
* auxiliary variables
* protected variables
I donīt know what kind the variables I need are. I tried to leave out some from the list above but then some important variables are missing. So thatīs not an appropriate way. The selection is too general.
How can I save only a few variables in the mat-file? Is it possible at all?
So far I have intruduced some new models to write a csv file during simulation and save some values at terminal state. But the effort seems not to be necassary because all the data is already available but I canīt save ist like I would like to.
How do you handle great models with a lot of equations???
Thanks.
