How can I call sequential variables from my workspace?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Patrick
el 13 de Nov. de 2013
Respondida: Walter Roberson
el 13 de Nov. de 2013
This is something that, had I learned how to do it, could have saved me a ton of time over the last few months. I have a long list of matrices in my workspace, entitled wpjan01, wpjan02, wpjan03 ... wpjan31, wpfeb01, etc. I want to create one matrix which combines all of these side by side. The way I have been doing it is brutal:
wp=(wpjan01;wpjan02;wpjan03...);
How can I save myself all of this trouble?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!