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!