Converting Dataset Simulation results to Excel Spreadsheet

Version 1.0.0.0 (110 KB) von Roni Peer
Two simple functions that convert a Dataset parameter, containing Simulink Simulation data, to excel
1,2K Downloads
Aktualisiert 11 Jun 2013

Lizenz anzeigen

Many times when running simulations, you want to take the results, and use them in an excel spreadsheet, or convert them to a text format.
The supplied functions enable you to save the simulation results to excel, or import other scenarios into MATLAB, in a Dataset format valid for running simulations with Simulink.
Including sample excel spreadsheet, a Simulink model to create a Dataset, and a Simulink model to run the imported scenario. The functions are documented and pretty much self-explanatory.

Option 1 - Simulink to Excel:
Open and run the model 'example_Simulink'. This will create a parameter named 'logsout' in the workspace.
Run the following command - Dataset2XLS(logsout, 'example_data.xlsx') , and an excel spreadsheet named 'example_data' will be created in the current directory.

Option 2 - Excel to Simulink:
Run the function new = XLS2Dataset('example_Dataset.xlsx')
Open the model example_ReadDS. View the Data Import/Export pane in the Configuration parameters,
and see how the data is used.

*** Notes:
Tested on Microsoft Excel Version 2010.

Zitieren als

Roni Peer (2024). Converting Dataset Simulation results to Excel Spreadsheet (https://www.mathworks.com/matlabcentral/fileexchange/42183-converting-dataset-simulation-results-to-excel-spreadsheet), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0