How to extract data from .mat files
Mostrar comentarios más antiguos
Hi all.. I have simulated an xls file and ran it through the editor. As a result I have many cases consisting of 200 .mat files. I want to extract a specific data (e.g. 5th harmonic voltage) from each case with the help of the editor. Could anyone help me on doing it ? Thnx
Respuestas (1)
Nikita Agrawal
el 3 de Sept. de 2020
You could use
load('XYZ.mat')
Does this help?
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!