Why online Matlab always sends a msg " matlab encountered an internal problem and needs to be closed "

79 views (last 30 days)
i can not finish my work bescause of this msg. when the training of CNN starts it sends this msg

Accepted Answer

Rajani Mishra
Rajani Mishra on 12 Feb 2020
Message “MATLAB has encountered an internal error and needs to close” is a generic error message indicating that there was an exception or problem within MATLAB that caused it to crash. This is a generic error message, and there are many possible reasons behind it. This error is also encountered with MATLAB desktop.
As while training of CNN, MATLAB online is referencing some functionality of toolbox where there is a crash. As said, there can be many possible reasons behind it (example: exhaustion of any resource)
You can try same work on MATLAB desktop and if the problem occurs again you can have a look at the crash log or crash dump file which may help you in knowing the cause of problem. The crash log/dump files can be read with a text editor such as Notepad, vi, or nano.
How do I locate the crash dump files generated by MATLAB?

More Answers (1)

Muskaan
Muskaan on 3 Apr 2024 at 18:19
why this message is showing while using classification learner for feature selection "MATLAB has encountered an internal problem and needs to be closed"

Categories

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

Community Treasure Hunt

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

Start Hunting!