How to convert a table into an array
显示 更早的评论
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);
采纳的回答
更多回答(1 个)
the cyclist
2019-10-2
load 4layers_Z_wires.mat
table2array(Z_wires)
worked just fine for me.
类别
在 帮助中心 和 File Exchange 中查找有关 Tables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!