how to make a script that plots all data loaded from to different repositories?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ano
el 31 de Mayo de 2017
Comentada: Walter Roberson
el 1 de Jun. de 2017
hello! I must plot alot of data, so I would like to know if there is a way how to make a script that loop over all the data files in two different repositories and when the files have a similar number at the end of their names just plot them together. I hope I have made myself clear? any suggestions are very welcomed! thank you!
0 comentarios
Respuesta aceptada
Walter Roberson
el 31 de Mayo de 2017
You can use fileparts() to separate the directory and extension from the file specification. After that, the best way to determine the file number (for matching) would depend upon how the file names are structured.
0 comentarios
Más respuestas (2)
Ano
el 31 de Mayo de 2017
Editada: Ano
el 31 de Mayo de 2017
3 comentarios
Walter Roberson
el 31 de Mayo de 2017
You asked "when the files have a similar number at the end of their names just plot them together" . Perhaps the file names in the two directories are not identical, just matching in some part of interest to you. You should post a file name from the first directory and the corresponding file name from the second directory.
Ano
el 1 de Jun. de 2017
1 comentario
Walter Roberson
el 1 de Jun. de 2017
In what way does that help? You do not use filepattern2 in your code?
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!