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!