App Designal : write string in a culumn "A" in the table
16 ビュー (過去 30 日間)
古いコメントを表示


i want to write string in culumn "A"..how i do it?
0 件のコメント
回答 (1 件)
VBBV
2023 年 5 月 17 日
Try below
app.UITable.Data = ["fdgfdg" "gg" "ghh" "jjj"]
in place of
app.UITable.Data = ["fdgfdg" ;"gg" ;"ghh"; "jjj"]
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Text Data Preparation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!