App Designal : write string in a culumn "A" in the table
Afficher commentaires plus anciens


i want to write string in culumn "A"..how i do it?
Réponses (1)
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 Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!