how ro rename matrix
Mostrar comentarios más antiguos
I have made a matrix
matrix1=[1:4;3:6]
matrix1 =
1 2 3 4
3 4 5 6
how can I rename it?
Respuesta aceptada
Más respuestas (1)
Grzegorz Knor
el 17 de Oct. de 2011
0 votos
You can also do it interactively from the Workspace Browser - mark the variable and click it again and then you could rename it.
Categorías
Más información sobre Operators and Elementary Operations 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!