how ro rename matrix
显示 更早的评论
I have made a matrix
matrix1=[1:4;3:6]
matrix1 =
1 2 3 4
3 4 5 6
how can I rename it?
采纳的回答
更多回答(1 个)
Grzegorz Knor
2011-10-17
0 个投票
You can also do it interactively from the Workspace Browser - mark the variable and click it again and then you could rename it.
类别
在 帮助中心 和 File Exchange 中查找有关 Operators and Elementary Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!