Dynamic List with Diffrent Cell Array of Strings
Afficher commentaires plus anciens
I need to build a dynamic list with 4 subjects for the benefit of GUI My first choice was uitable with 4 columns where one of the column is a cell array of strings that define a pop-up menu. i.e. columnformat = {‘char’, ‘char’, ‘char’, {'Fixed' 'Adjustable'}}; The problem is that for each row I need different cell array of strings and it’s not possible in that method. What other options do I have?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Develop Apps Using App Designer 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!