App Designal : write string in a culumn "A" in the table
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i want to write string in culumn "A"..how i do it?
0 Commenti
Risposte (1)
VBBV
il 17 Mag 2023
Try below
app.UITable.Data = ["fdgfdg" "gg" "ghh" "jjj"]
in place of
app.UITable.Data = ["fdgfdg" ;"gg" ;"ghh"; "jjj"]
0 Commenti
Vedere anche
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!