tableの行名が認識されない.
4 views (last 30 days)
Show older comments
2つのcell配列からtable配列を作成しようとしたのですが,「tableの行名'a'が認識されません」というエラーが発生しました.何がいけないのでしょうか?
A = cellstr('a');
B = {1};
T = table(A,B);
Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!