Converting table to matrix
이전 댓글 표시
I have a 50x8 table that I imported from excel using readtable and now I need it into matrix form so I can plot the data a certain way
How can I convert the data to a matrix?
I have tried both these ways and it is not working
T1_selected{:,:};
A1=table2array(T1_selected);
댓글 수: 3
madhan ravi
2019년 3월 28일
편집: madhan ravi
2019년 3월 28일
upload your data(table) as .mat file
Jan
2019년 3월 28일
"Is not working" is a lean description of the error. Please post, what you see.
Emilee Burris
2019년 3월 28일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!