Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
How to access all the matfiles in afolder and our aim is to plot all the signals in single window

Antworten (1)

ES
ES am 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

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by