how ro rename matrix
26 visualizaciones (últimos 30 días)
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?
0 comentarios
Respuesta aceptada
Harry MacDowel
el 17 de Oct. de 2011
newmatrixname = matrix1;
2 comentarios
Jan
el 17 de Oct. de 2011
@Tor: "clear matrix1". Please read the Getting Started chapters of the documentation. A powerful tool like MATLAB requires studying the docs urgently.
Más respuestas (1)
Grzegorz Knor
el 17 de Oct. de 2011
You can also do it interactively from the Workspace Browser - mark the variable and click it again and then you could rename it.
0 comentarios
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!