Dynamic List with Diffrent Cell Array of Strings

1 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2013-8-15
That is not possible with uitable(), unless it can be done at the Java level.
  2 个评论
Avri
Avri 2013-8-15
Can you please address me to any relevant example?
Walter Roberson
Walter Roberson 2013-8-15
I do not have any example. I suggest you do some reading at undocumentedmatlab.com

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by