tableの行名が認識されない.
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
2つのcell配列からtable配列を作成しようとしたのですが,「tableの行名'a'が認識されません」というエラーが発生しました.何がいけないのでしょうか?
A = cellstr('a');
B = {1};
T = table(A,B);
2 commentaires
Kojiro Saito
le 9 Fév 2021
R2017b、R2019a、R2020bで上記のコマンドを試しましたが、エラーなく実行できました。
お使いのMATLABのバージョンを教えていただけますか?
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!