The unsaved information you were working on might be lost
이전 댓글 표시
I had to shut down my computer because the screen became black. MATLAB was open but any program were running.
Now I want to run my program and I receive this message when the program calls the function load('...') or detectSURFFeatures for instance. I have not found out yet where is the problem. Can anyone help me ?
I have already tried to copy/paste my script into a new script, to update the MATLAB version and to restart my computer.
PS: my scripts are not lost, since I can open and run them. The problem occurs by calling a function. But the problem does not occur by calling the function imread(...).
Thank you for your help
댓글 수: 5
Steven Lord
2019년 11월 15일
Can you show us the exact text of any error and/or warning message you receive (all the text displayed in red and/or orange exactly as it is displayed?)
Antoine Schnetz
2019년 11월 15일
ahmed zahrab
2020년 3월 16일
i can't run any script when i press run button this problem appears "The unsaved information you were working on might be lost"
Walter Roberson
2020년 3월 16일
You probably need to reinstall MATLAB, but sometimes it has to do with antivirus software thinking part of MATLAB is a virus.
fiza ashfaq
2020년 3월 24일
this error also me facing last 1 month
답변 (3개)
Antoine Schnetz
2019년 11월 16일
0 개 추천
댓글 수: 3
Steven Lord
2019년 11월 16일
If the problem recurs, please send that error report to MathWorks for investigation. You can send it either using the Send button on that dialog or by clicking "Show Report" and sending the file at the location given in the first line of the report to Technical Support.
fiza ashfaq
2020년 3월 25일
MATLAB crash file:C:\Users\FIZA-I~1\AppData\Local\Temp\matlab_crash_dump.8208-1:
fiza ashfaq
2020년 3월 24일
0 개 추천
I am also update my laptop many times
fiza ashfaq
2020년 3월 24일
0 개 추천
Warning: MATLAB previously crashed due to a low-level graphics error. To
prevent another crash in this session, MATLAB is using software OpenGL instead
of using your graphics hardware. To save this setting for future sessions, use
the opengl('save', 'software') command. For more information, see Resolving
Low-Level Graphics Issues.
what doeas its means
댓글 수: 1
Walter Roberson
2020년 3월 24일
You might need to install the latest graphics drivers for your hardware. What does
opengl info
show for your system?
카테고리
도움말 센터 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!