Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Luca Re
Luca Re le 17 Mai 2023
Réponse apportée : VBBV le 17 Mai 2023
i want to write string in culumn "A"..how i do it?

Réponses (1)

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

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by