matlab - Using several popupmenues different rows of a uitable -
to generate ui-table i'm using guide. insert popup menu ui-table i'm using next code(for example):
data = {1;2;3,'a';'b';'c'} set(handles.uitable,'columnformat',{'1','2','3'},'char',data)
then same popup menu in every row of ui-table. want have different popup menus in different rows of ui-table, shown in image below.
sorry guys think me wrong.
let's have 3 kinds of dish types, in image posted in first question.
every of dish types located in 1 row of first column. take kind of dish order, find different drop downwards menu in every row of sec column.
to need rowformat
. command not available in matlab default. maybe there possibility accomplish goal utilize of java-code. have no thought how works.
matlab popupmenu matlab-uitable matlab-java
No comments:
Post a Comment