Borrar filtros
Borrar filtros

How to extract data from .mat files

3 visualizaciones (últimos 30 días)
FG
FG el 3 de Sept. de 2020
Comentada: FG el 6 de Sept. de 2020
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
  3 comentarios
FG
FG el 3 de Sept. de 2020
Could you help me about it ?
Adam Danz
Adam Danz el 3 de Sept. de 2020
There are lots of expamples and descriptions here

Iniciar sesión para comentar.

Respuestas (1)

Nikita Agrawal
Nikita Agrawal el 3 de Sept. de 2020
You could use
load('XYZ.mat')
Does this help?
  2 comentarios
Rik
Rik el 3 de Sept. de 2020
You should use this instead:
S=load('XYZ.mat');
FG
FG el 6 de Sept. de 2020
Thnx all..

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by