Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to access all the matfiles in afolder and our aim is to plot all the signals in single window

1 次查看(过去 30 天)
How to access all the matfiles in afolder and our aim is to plot all the signals in single window

回答(1 个)

ES
ES 2018-8-21
You can use
what
or
dir
to find all the mat files in a folder.
And then use
load
to load all the mat files.
plot
for plotting

此问题已关闭。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by