Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Lsqcurvefit causes BSOD on Windows

1 回表示 (過去 30 日間)
Vladislav
Vladislav 2019 年 7 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I found that depending on the data lsqcurvefit often causes BSOD on Windows 7. What can be done to fix this?

回答 (1 件)

Bhanu Araveti
Bhanu Araveti 2019 年 10 月 22 日
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.

製品

Community Treasure Hunt

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

Start Hunting!

Translated by