Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
How to access all the matfiles in afolder and our aim is to plot all the signals in single window

Risposte (1)

ES
ES il 21 Ago 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

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by