save matrix....load matrix
Mostrar comentarios más antiguos
A =
2 3 4
5 6 7
8 8 9
how can i save the matrix A to a file (txt or mat)? And then load it and have
C=...something...
and in matlab it will appear
C =
2 3 4
5 6 7
8 8 9
thank you...
Respuesta aceptada
Más respuestas (1)
Mischa Kim
el 28 de En. de 2014
Editada: Mischa Kim
el 28 de En. de 2014
1 comentario
Andrew
el 28 de En. de 2014
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!