Clear Filters
Clear Filters

Matlab doesn't open

5 views (last 30 days)
KODJOVI SENAM BORIS AHIANDIPE
Answered: Pooja Kumari on 10 Jan 2024
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 Comments
Jonas
Jonas on 23 Nov 2023
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

Sign in to comment.

Answers (1)

Pooja Kumari
Pooja Kumari on 10 Jan 2024
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!

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!