- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » How to view simulation results in...
How to view simulation results in tabular form in OpenModelica?
How to view simulation results in tabular form in OpenModelica?
Hello!
I'm currently working on a model, everything is going well, but when I check the simulation results,I find that I can't find an interface to view simulation results in tabular form. So I would like to know it's there a way to export the simulation result ?
Best,Mark
Re: How to view simulation results in tabular form in OpenModelica?
After plotting the desired variables, you can select the csv icon from the Plot Toolbar. This will export in csv format the selected variables. I do not know if there is a way to export automatically all variables.
Re: How to view simulation results in tabular form in OpenModelica?
Choose csv result format in `Simulation->Simulation Setup->Output->Output Format` and then simulate the model. This will generate the csv result file for all variables instead of the default mat file.
Adeel.
- adeas
- 454 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » How to view simulation results in...