Converting table to matrix
Ältere Kommentare anzeigen
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 Kommentare
madhan ravi
am 28 Mär. 2019
Bearbeitet: madhan ravi
am 28 Mär. 2019
upload your data(table) as .mat file
Jan
am 28 Mär. 2019
"Is not working" is a lean description of the error. Please post, what you see.
Emilee Burris
am 28 Mär. 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!