Dynamic List with Diffrent Cell Array of Strings

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일

0 개 추천

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?
I do not have any example. I suggest you do some reading at undocumentedmatlab.com

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

질문:

2013년 8월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by