After install Matlab 2019a - 2020b, plot in figure is reverted

조회 수: 1 (최근 30일)
Jan
Jan 2020년 11월 9일
댓글: Jan 2020년 11월 12일
After installing Matlab (2019a, 2020a, 2020b) on Windows 10 in VirtualBox, plot function is reverted. Fresh install. Only R installed.
Do you know what is this and how to fix it?

채택된 답변

Jan
Jan 2020년 11월 12일
SOLVED by:
startup.m (default MATLAB folder):
% SOLVE problem with upside down image by plot(1,1)
% see https://www.mathworks.com/matlabcentral/answers/445265-upside-down-display-of-graph
% more https://www.mathworks.com/matlabcentral/answers/349140-renderer-painters-vs-opengl
set(0, 'DefaultFigureRenderer', 'painters');

추가 답변 (1개)

Pranav Verma
Pranav Verma 2020년 11월 12일
편집: Pranav Verma 2020년 11월 12일

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by