how can I input a matrix with MATLAB GUI and show it in uitable ?

2 vues (au cours des 30 derniers jours)
doni yandra
doni yandra le 30 Oct 2015
.

Réponses (1)

Walter Roberson
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.

Catégories

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by