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
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!