How can I load Simscape Logging Node data in Python?
Ältere Kommentare anzeigen
I've got a simulation that uses Simscape and exports all of the logged data to a base workspace variable called simscape_data. I'd like to be able to save this to a file that can be loaded and post processed with some python scripts downstream. There's a scipy function (scipy.io.loadmat) that enables you to load .mat files into python but this only works for simple array objects. Is there any way to load more complicated matlab objects (like the simscape.logging.Node object) into python?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Call Python from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!