필터 지우기
필터 지우기

uigridlayout does not recognize 'fit' as parameter for rowheight

조회 수: 3 (최근 30일)
Florian B
Florian B 2021년 10월 8일
댓글: Florian B 2021년 10월 8일
I tried to compile the following line in Matlab R2019a (gl is a uigridlayout component):
gl.RowHeight = {30, 'fit', 'fit'};
The compiler responded with an error that says I can only use numbers or number-x combinations such as {30, '1x'}.
The grid layout is initalized properly, and works when I change the 'fit' to a number of 1x. I also tried this with a whole example app from the MathWorks documentation: Create and Run a Simple Programmatic App. Although I simply copy-pasted it into an empty .m-script, it would not compile.
Could it be that my release version does not support the 'fit'-keyword?

채택된 답변

DGM
DGM 2021년 10월 8일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop uifigure-Based Apps에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by