How to set a column element from a text array in uitable GUI
Afficher commentaires plus anciens
I have a problem. I have created a Table, using Matlab GUI. And, in my uitable, I want to assign a column or a row elements from a text array in my m-file code. In my m-file, I created a array like;
a={'John';'Kevin';'Steffi'};
I have uploaded a picture which shows my situation and my simple gui application.
To sum up, I want to set 'Name' column's element to John, Kevin, Steffi; not all of them NaN.
Please, help me.

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Operators and Elementary Operations 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!