Hi Jason,
Based on my understanding, you would like to export data to the MATLAB Workspace and save plots in the Simulation Manager as '.fig' files for further editing. Here are the steps to achieve this:
- Exporting data to the MATLAB Workspace:
1. In your Simulink model, use the 'To Workspace' blocks.
2. Configure the block properties and select the desired format for exporting data to the MATLAB Workspace from the
'save format' dropdown list.
- Saving plots in the Simulation Manager as '.fig' files:
1. Open the Simulation Manager and click on the 'Show Results' option in the toolstrip. This will open the 'Simulation
Data Inspector'.
2. Enable the desired signals from the 'Inspect' tab.
3. Right-click on the plots and choose 'Snapshot' followed by 'To MATLAB Figure'.
4. The plot will open as a figure that you can edit and save as a '.fig' file.
For more detailed information, you can refer to the following documentation:
- Simulink Data Inspector - https://www.mathworks.com/help/simulink/slref/simulationdatainspector.html
- To Workspace- https://www.mathworks.com/help/simulink/slref/toworkspace.html
I hope my answer helps.