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

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

この質問は閉じられています。

製品

質問済み:

2018 年 8 月 21 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by