how can I input a matrix with MATLAB GUI and show it in uitable ?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
.
0 commentaires
Réponses (1)
Walter Roberson
le 30 Oct 2015
There are numerous ways to get input from the user in a GUI. One of them is questdlg()
When you have the input, set() the Data property of the uitable to the input.
0 commentaires
Voir également
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!