opening and viewing mat file having different snapshots /class : structure
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i am working on NYUsim open source software which is in matlab. when i run the software, i am no table to view the output values generated as it is of class structure with 40 snapshots.
how to view each snapshot and how to work/ access them. i want to averaging etc of some values taking from each snapshot.
0 comentarios
Respuestas (1)
KSSV
el 7 de Sept. de 2023
S = matfile('myfile.mat') ;
You can access the variables of the matfile from S. If you want more specific help you may attach your matfile.
0 comentarios
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!