tableの行名が認識されない.
Show older comments
2つのcell配列からtable配列を作成しようとしたのですが,「tableの行名'a'が認識されません」というエラーが発生しました.何がいけないのでしょうか?
A = cellstr('a');
B = {1};
T = table(A,B);
2 Comments
Kojiro Saito
on 9 Feb 2021
R2017b、R2019a、R2020bで上記のコマンドを試しましたが、エラーなく実行できました。
お使いのMATLABのバージョンを教えていただけますか?
渓太 小野
on 9 Feb 2021
Answers (0)
Categories
Find more on Logical 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!