How to convert a table into an array
Show older comments
I have uploaded my table here.
I just want to convert this table into an array.
I tried command like table2array but i am getting an error
Brace indexing is not supported for variables of this type.
Error in table2array (line 27)
a = t{:,:};
Error in Verification_test (line 85)
ff=table2array(ff1);
Accepted Answer
More Answers (1)
the cyclist
on 2 Oct 2019
load 4layers_Z_wires.mat
table2array(Z_wires)
worked just fine for me.
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!