Matlab Online flipping figures on its own

조회 수: 3 (최근 30일)
Alec Cote
Alec Cote 2021년 9월 29일
댓글: Emilio Tamburini 2021년 10월 26일
I've recently run into a weird problem when using MATLAB online, I only ever just run code and scripts and haven't messed with any setting but one day my figures have started displaying themselves upside down. The only way I've been able to get it to temporarily correct itself is by clicking the figure->camera tools->any of the "camera motion tools" options. Does anyone know how to fix this?
  댓글 수: 1
Diana Akkermans
Diana Akkermans 2021년 10월 1일
I have the same problem with MATLAB online. Thanks for the temporarily solution. I hope its fixed in a new version.

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

채택된 답변

Anshika Chaurasia
Anshika Chaurasia 2021년 10월 8일
Hi,
The possible workaround for the issue:
fig = figure;
ax = axes(fig);
plot(ax, data);
triggerFigureView(fig)
Note: Above mentioned plotting resolves the issue for the current MATLAB Online Session. Hence, when starting a new session the issue reappears. Thus 'triggerFigureView' would need to be executed every time a new Session is started.

추가 답변 (1개)

Anshika Chaurasia
Anshika Chaurasia 2021년 10월 5일
Hi,
You can try clearing browser cookies then login again.
For the best overall experience, Chrome is the recommended browser. For supported versions of the browsers, please refer to the following document.
In case, the issue persists then share following information so that we can replicate the issue:
  • Operating System
  • Browser and it's version
  댓글 수: 2
Alec Cote
Alec Cote 2021년 10월 6일
OS: Google Chrome OS Version 93.0.4577.95 (Official Build) (64-bit)
Browser: Google Chrome 94.0.4606.76
This issue only seems to happen on my chromebook, when I use my main computer it works fine. I just cleared browser cookies and it's still happening.
Emilio Tamburini
Emilio Tamburini 2021년 10월 26일
Hi. Same here. Chrome OS problem only. Desktop version OK.

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by