フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
sandhya sandhya
sandhya sandhya 2018 年 8 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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