Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
sandhya sandhya
sandhya sandhya le 21 Août 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
How to access all the matfiles in afolder and our aim is to plot all the signals in single window

Réponses (1)

ES
ES le 21 Août 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

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by