- Go through this article on Help Centre (https://www.mathworks.com/help/matlab/creating_plots/resolving-low-level-graphics-issues.html). The rendered currently used can be checked using (https://www.mathworks.com/help/matlab/ref/rendererinfo.html).
- If using older Nvidia OpenGL drivers please refer this answer (https://www.mathworks.com/matlabcentral/answers/161580-matlab-crashes-when-using-graphics-with-older-nvidia-opengl-drivers).
- Reinstall the driver. The driver may be corrupted.
How to solve: MATLAB has disabled some advanced graphics rendering features by switching to software OpenGL
35 次查看(过去 30 天)
显示 更早的评论
When I execute the command of the Multihop Regenerative Repeater Link Between two ground stations example of Satellite Communications Toolbox:
satelliteScenarioViewer(sc);
I get:
Warning: MATLAB has disabled some advanced graphics rendering features by switching to software OpenGL. For more information, click here. Error using matlabshared.satellitescenario.Viewer
Hardware graphics with WebGL support is required. Upgrade the graphics hardware driver. For more information, see here.
Error in satelliteScenario/satelliteScenarioViewer
I tried using:
opengl('save','software')
but it did not work. I also tried to update Graphics Hardware Drivers.
0 个评论
回答(1 个)
Shreyas
2022-9-6
There are a few solutions that can be followed for the error as mentioned below:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!