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!