필터 지우기
필터 지우기

I cannot retrieve data from a uitable with app designer

조회 수: 3 (최근 30일)
Vincenzo Bianco
Vincenzo Bianco 2019년 4월 12일
편집: Adam Danz 2019년 4월 17일
I create a uitable within a figure and the user have to insert data but the table is not editable.
My code is:
f = figure;
table = uitable('Parent', f);
set(table, 'Data', cell(10));
my data= get(table, 'Data');

채택된 답변

Adam Danz
Adam Danz 2019년 4월 12일
편집: Adam Danz 2019년 4월 17일
It's a logical [1 x n] array describing whether each of your n-columns are editable (true) or not (false).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop 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