Filter löschen
Filter löschen

How to extract data from .mat files

3 Ansichten (letzte 30 Tage)
FG
FG am 3 Sep. 2020
Kommentiert: FG am 6 Sep. 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 Kommentare
FG
FG am 3 Sep. 2020
Could you help me about it ?
Adam Danz
Adam Danz am 3 Sep. 2020
There are lots of expamples and descriptions here

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by