Problems with data in uitable

3 ビュー (過去 30 日間)
Harold
Harold 2013 年 4 月 24 日
I'm having problems using a logical array of data in uitable. I don't want the check box to show up. I want either a 1 or 0 to show up. For example, if my data is as follows
data = [1;0;1;0;0;1;1;0];
I want the table to show these values in a column under match. So far it just keeps making a checkbox.
  1 件のコメント
Harold
Harold 2013 年 4 月 24 日
I just figure it out. changed the format to numeric for the column.

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

採用された回答

Walter Roberson
Walter Roberson 2013 年 4 月 24 日
double() the data that you store instead of leaving it as logical.

その他の回答 (1 件)

Zhang lu
Zhang lu 2013 年 4 月 24 日
do u mean : data_new=data(:)'

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by