Azzera filtri
Azzera filtri

How to extract data from .mat files

3 visualizzazioni (ultimi 30 giorni)
FG
FG il 3 Set 2020
Commentato: FG il 6 Set 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 Commenti
FG
FG il 3 Set 2020
Could you help me about it ?
Adam Danz
Adam Danz il 3 Set 2020
There are lots of expamples and descriptions here

Accedi per commentare.

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by