Uitable logical format problem

Hi,
I am creating a uitable with 4 columns: 1st – Numeric, 2nd – Let Matlab choose, 3rd – Text, Editable, 4th – Logical, Editable.
When I run my GUI and try to mark the checkbox of the Logical I get this error: Warning: Table data is not editable at this location. Please click for more information
I have tried to solve the problem and failed. Therefore, how can I fix it? I wish to check or uncheck them (the default selection should be checked)
Thanks.

3 件のコメント

Image Analyst
Image Analyst 2014 年 5 月 24 日
Are you creating it with uicontrol() or GUIDE?
as hz
as hz 2014 年 5 月 24 日
編集済み: as hz 2014 年 5 月 24 日
I am using GUIDE
dpb
dpb 2014 年 5 月 25 日
Which release/OS/etc.?
Created a table GUI as described above and seemed to work just fine here (R2012b/Win). Have you other stuff in the GUI as well; can you prove it's not some interaction with those other elements?
I've virtually no experience whatsoever w/ the GUI stuff this being on the second ? I've responded to on the subject. The only issue I had was that after creating a variable
flg=true(4,1);
in workspace and applying it to the data for the logical column, while the Property Editor showed it as associated and the boxes checked, it didn't show up that way on running. Not sure what's up w/ that. BUT, it did allows check/uncheck w/ no seeming issues...

サインインしてコメントする。

回答 (0 件)

カテゴリ

タグ

質問済み:

2014 年 5 月 24 日

コメント済み:

dpb
2014 年 5 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by