필터 지우기
필터 지우기

Matlab doesn't open

조회 수: 5 (최근 30일)
KODJOVI SENAM BORIS AHIANDIPE
KODJOVI SENAM BORIS AHIANDIPE 2023년 11월 21일
답변: Pooja Kumari 2024년 1월 10일
I'm using matalb R2023a, is was working fine on my computer few days ago. But now since some hours when I start the app it's not opening , noting is being displayed. Although is shows it task manager, matlab is not appearing on my screen .
I've already tried resintalling and also solutions here, but still I can't solve the issue. Any guidance. Thanks
  댓글 수: 2
Stephen23
Stephen23 2023년 11월 21일
Jonas
Jonas 2023년 11월 23일
maybe you can see it on the taskbar? it may be off screen. if thhis is the case, try right click on matlab on the taskbar -> maximize
on win11 you have to ctrl+shift+right click

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

답변 (1개)

Pooja Kumari
Pooja Kumari 2024년 1월 10일
Hi Kodjovi,
It is my understanding that you are facing issues with opening MATLAB R2023a. Here are a few troubleshooting steps that you can follow to solve this issue.
  1. Use MATLAB's Start Flags
You can try to start MATLAB with certain flags to see if that resolves the issue:
  • Press Win + R, type cmd, and press Enter to open the Command Prompt.
  • Navigate to your MATLAB installation's bin directory using the cd command in Command Prompt. For example:
cd "C:\Program Files\MATLAB\R2023a\bin"
  • Start MATLAB with the "-nodesktop" flag by typing matlab -nodesktop and pressing Enter. This will start MATLAB without its desktop environment. If it starts, there might be an issue with the graphical interface.
2. Run MATLAB as Administrator:
  • Right click on MATLAB from the StartMenu.
  • Select "Run as administrator" from the context menu.
3. Restart your computer and launch MATLAB again. Go to task manager and end the process if it is running without opening and displaying on the screen.
4. Check if your computer is using a proxy server when connected to a WiFi network. It might interfere with MATLAB's licensing or startup.
Hope this helps!

카테고리

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

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by