how ro rename matrix

24 次查看(过去 30 天)
I have made a matrix
matrix1=[1:4;3:6]
matrix1 =
1 2 3 4
3 4 5 6
how can I rename it?

采纳的回答

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

请先登录,再进行评论。

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by