how set width column in table app designer
이전 댓글 표시
hi,
you see in this pics: column A(date), column B(number), column C(number)
i don't know the max of "number" columns(B,C,,)
In the first column i set width to {90}
But i want in the 2,3,4... columns set width to 30.
How can i do it?

[app.UITableFilteredTable.Data]=Table_HistoricalTable_Struct(app.Eq);
x=repmat({90},1,height(app.UITableFilteredTable.Data));
app.UITableFilteredTable.ColumnWidth =x;
app.UITableFilteredTable.ColumnName ={};
댓글 수: 4
Dyuman Joshi
2023년 8월 1일
"i don't know the max of "number" columns(B,C,)"
Then how did you define the table?
pipin
2023년 8월 1일
pipin
2023년 8월 1일
Dyuman Joshi
2023년 8월 1일
What is the input you provide to this function?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!