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!