How can I load Simscape Logging Node data in Python?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Call Python from MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!