tableの行名が認識されない.
Mostrar comentarios más antiguos
2つのcell配列からtable配列を作成しようとしたのですが,「tableの行名'a'が認識されません」というエラーが発生しました.何がいけないのでしょうか?
A = cellstr('a');
B = {1};
T = table(A,B);
2 comentarios
Kojiro Saito
el 9 de Feb. de 2021
R2017b、R2019a、R2020bで上記のコマンドを試しましたが、エラーなく実行できました。
お使いのMATLABのバージョンを教えていただけますか?
渓太 小野
el 9 de Feb. de 2021
Respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!