How to extract data from .mat files

3 次查看(过去 30 天)
FG
FG 2020-9-3
评论: FG 2020-9-6
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 个评论
FG
FG 2020-9-3
Could you help me about it ?

请先登录,再进行评论。

回答(1 个)

Nikita Agrawal
Nikita Agrawal 2020-9-3
You could use
load('XYZ.mat')
Does this help?

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by