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)
Afficher commentaires plus anciens
How to access all the matfiles in afolder and our aim is to plot all the signals in single window
0 commentaires
Réponses (1)
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
0 commentaires
Cette question est clôturée.
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!