Azzera filtri
Azzera filtri

how ro rename matrix

19 visualizzazioni (ultimi 30 giorni)
Tor Fredrik Hove
Tor Fredrik Hove il 17 Ott 2011
I have made a matrix
matrix1=[1:4;3:6]
matrix1 =
1 2 3 4
3 4 5 6
how can I rename it?

Risposta accettata

Harry MacDowel
Harry MacDowel il 17 Ott 2011
newmatrixname = matrix1;
  2 Commenti
Tor Fredrik Hove
Tor Fredrik Hove il 17 Ott 2011
how can you delete the old matrix so that when you type matrix1 no matrix will be displayed?
Jan
Jan il 17 Ott 2011
@Tor: "clear matrix1". Please read the Getting Started chapters of the documentation. A powerful tool like MATLAB requires studying the docs urgently.

Accedi per commentare.

Più risposte (1)

Grzegorz Knor
Grzegorz Knor il 17 Ott 2011
You can also do it interactively from the Workspace Browser - mark the variable and click it again and then you could rename it.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by