tableの行名が認識されない.
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
2つのcell配列からtable配列を作成しようとしたのですが,「tableの行名'a'が認識されません」というエラーが発生しました.何がいけないのでしょうか?
A = cellstr('a');
B = {1};
T = table(A,B);
2 Kommentare
Kojiro Saito
am 9 Feb. 2021
R2017b、R2019a、R2020bで上記のコマンドを試しましたが、エラーなく実行できました。
お使いのMATLABのバージョンを教えていただけますか?
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!