how ro rename matrix
22 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Harry MacDowel
le 17 Oct 2011
newmatrixname = matrix1;
2 commentaires
Jan
le 17 Oct 2011
@Tor: "clear matrix1". Please read the Getting Started chapters of the documentation. A powerful tool like MATLAB requires studying the docs urgently.
Plus de réponses (1)
Grzegorz Knor
le 17 Oct 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 commentaires
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!