Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to access all the matfiles in afolder and our aim is to plot all the signals in single window
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How to access all the matfiles in afolder and our aim is to plot all the signals in single window
0 comentarios
Respuestas (1)
ES
el 21 de Ag. de 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 comentarios
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!