blank window appearing on desktop matlab mac MATLAB R2022a

조회 수: 58 (최근 30일)
Zoe Koopmans
Zoe Koopmans 2022년 7월 6일
댓글: Walter Roberson 2024년 8월 2일
Can someone help me please. I cant seem to figure out why there are blank window/spaces on my matlab desktop application, when i open it. They move locations everytime i open the applications but i cant get rid of them. I have already tried to trun off all backround applications but its not making a difference... macOS Monterey Version 12.2.1.
  댓글 수: 1
Félix Fernando González Navarro
Same happens to me. I have not seen any solution. It is frustrating that such an expensive software has this kind or errors.

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

답변 (1개)

Himanshu
Himanshu 2023년 9월 20일
Hi,
I understand that you come across a blank white window when you open MATLAB Desktop on your Mac and they move locations everytime you open the application.
Try out the following workarounds to resolve the issue:
  • Disconnect your VPN if you are connected to one, as the network settings of the VPN may impact MATLAB’s embedded browser.
  • If this does not resolve the issue, then execute the following command in the MATLAB command window:
setenv('MW_CEF_ENABLE_BINARY_TRANSPORT ', '0');
  • Restart MATLAB after executing the command above. If the problem persists, execute the following commands in the MATLAB command window:
status = connector.ensureServiceOn;
url = sprintf('https://localhost:%s', status.securePort);
system(['"' fullfile(matlabroot, 'bin', 'win64', 'MATLABWindow.exe') '" -url="' '" --proxy-bypass-list=<local>'])
  댓글 수: 2
Ali Alsaqqa
Ali Alsaqqa 2024년 8월 2일
well how do I execute the commands when the entire Matlab screen is blank?
Walter Roberson
Walter Roberson 2024년 8월 2일
bin/win64/MATLABWindow.exe would be for MS Windows, but the problem is observed on a Mac.

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by