Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Lsqcurvefit causes BSOD on Windows

1 Ansicht (letzte 30 Tage)
Vladislav
Vladislav am 25 Jul. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I found that depending on the data lsqcurvefit often causes BSOD on Windows 7. What can be done to fix this?

Antworten (1)

Bhanu Araveti
Bhanu Araveti am 22 Okt. 2019
Hi. This usually occurs due to graphic card driver issues.
Check if you can reproduce the issue if you do any of the following:
a) Switch to OpenGL software by typing the following commands in the command prompt:
opengl software
opengl('save', 'software')
b) Change the default figure renderer to 'painters':
set(groot, 'defaultFigureRenderer', 'Painters')
If the issue is resolved by these steps, this means that the graphics card driver requires updating.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by