How to store data from second row &second column onwards
이전 댓글 표시
I have a matrxi as below:
Data
1 2 3
3 4 5
6 7 8
But I have column names (&rows names same as column names)
A B C and I want to store my out put as below:
A B C
A 1 2 3
B 3 4 5
C 6 7 8
I am unable to store to like this.Kindly help me, many thanks in advance.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Design of Experiments (DOE)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!