필터 지우기
필터 지우기

Popout figures in Web Desktop

조회 수: 28 (최근 30일)
adam phillips
adam phillips 2017년 5월 15일
답변: Steve Van Hooser 2020년 10월 21일
I'm using the matlab web desktop through my browser. I love it, but cannot figure out how to make figures that are not docked. I know it's possible because when you run any of the anova functions it makes a popout window, and the text in the table can be copied nicely into a program like excel. I want to make my own figure with by own table data that can then be copied the same way. But, simply using the figure function or uitable always makes a docked figure that does not have a menu bar (even if you manually make one, it doesn't show up). Any ideas? remember, this is matlab in a browser using the web desktop.

채택된 답변

Steve Van Hooser
Steve Van Hooser 2020년 10월 21일
OK, I've solved this.
To get a figure to be free floating in Matlab Online, I had to set the Toolbar to the 'figure'.
For example, if Figure 1 is stuck in the main windows, you can use
set(1,'Toolbar','figure')
and then it will be released to float freely.

추가 답변 (1개)

Ashwini Venkatappa
Ashwini Venkatappa 2017년 5월 19일
On MATLAB online
Under the Figure tab, In the toolbar strip, you will find an option to undock the figure.I have circled the option in the image.
You would then get
  댓글 수: 1
Steve Van Hooser
Steve Van Hooser 2020년 9월 16일
How do you do this in Matlab Online 2020? I don't see that icon in the toolbar anymore. I'm stuck with docked figures.
Thanks
Steve

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by