How to export my workspace variables and bus structure to a csv file?

14 views (last 30 days)
I would like to export / save the structure of my workspace busses in .csv or other delimited format (for spreadsheet manipulation). Essentially, I would like to save all of my busses, and their parameters, in something like the "Type Editor" view which appears when I double-click a bus in my workspace. (At this point, the parameter values aren't as important as the bus structure itself).
What is the best way to approach this?

Answers (1)

Akshat Dalal
Akshat Dalal on 30 Jan 2025
Hi Joshua,
You can refer the following MATLAB Answer which answers a simiilar question and has multiple resolutions: https://www.mathworks.com/matlabcentral/answers/601915-export-structure-to-csv-file
Thanks
Akshat

Products


Release

R2024b

Community Treasure Hunt

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

Start Hunting!