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 Center および File ExchangeIntroduction 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