Info
This question is closed. Reopen it to edit or answer.
How to access all the matfiles in afolder and our aim is to plot all the signals in single window
1 view (last 30 days)
Show older comments
How to access all the matfiles in afolder and our aim is to plot all the signals in single window
0 Comments
Answers (1)
ES
on 21 Aug 2018
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 Comments
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!