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
0 件のコメント
回答 (1 件)
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
0 件のコメント
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!