App Designal : write string in a culumn "A" in the table

16 ビュー (過去 30 日間)
shamal
shamal 2023 年 5 月 17 日
回答済み: VBBV 2023 年 5 月 17 日
i want to write string in culumn "A"..how i do it?

回答 (1 件)

VBBV
VBBV 2023 年 5 月 17 日
Try below
app.UITable.Data = ["fdgfdg" "gg" "ghh" "jjj"]
in place of
app.UITable.Data = ["fdgfdg" ;"gg" ;"ghh"; "jjj"]

カテゴリ

Help Center および File ExchangeText Data Preparation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by