resize objects inside matlab gui created with guide
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I've created a gui using guide where user uploads the files using pushbutton and another list box to display variables inside the files, an axes to display the chart and few more pushbuttons and list boxes for exporting options. Now the axes occupies half the size of figure. If the user after uploading the file to gui, wants to reszie the plot to make the plot bigger, how to give a resizable behaviour to each objects inside gui? I want an options like drag and reduce the size of all the buttons inside a panel.If it is possible only in programmatic way,then how to attain a drag icon when the mouse pointer comes near to the border of a panel?
댓글 수: 1
Rik
2017년 9월 22일
It sounds to me like this might be possible, but is very difficult to do. My idea would be to go for an easy solution, like hard-coding two layouts.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!