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

1 visualizzazione (ultimi 30 giorni)
Luca Re
Luca Re il 17 Mag 2023
Risposto: VBBV il 17 Mag 2023
i want to write string in culumn "A"..how i do it?

Risposte (1)

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

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by