Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Luca Re
Luca Re am 17 Mai 2023
Beantwortet: VBBV am 17 Mai 2023
i want to write string in culumn "A"..how i do it?

Antworten (1)

VBBV
VBBV am 17 Mai 2023
Try below
app.UITable.Data = ["fdgfdg" "gg" "ghh" "jjj"]
in place of
app.UITable.Data = ["fdgfdg" ;"gg" ;"ghh"; "jjj"]

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by