Lsqcurvefit causes BSOD on Windows
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I found that depending on the data lsqcurvefit often causes BSOD on Windows 7. What can be done to fix this?
Respuestas (1)
Bhanu Araveti
el 22 de Oct. de 2019
0 votos
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.
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!