OpenGL Hardware Graphics error with Satellite Viewer
5 次查看(过去 30 天)
显示 更早的评论
I'm having a problem with launching the Satellite Scenario Viewer. When I try:
satelliteScenarioViewer(sc)
I get the error:
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
This is on a Windows 10 laptop I got in 2019.
In the documentation, "Resolving Low-Level Graphics Issues", the first step is to upgrade the Graphics Hardware Drivers. However, under device manager -> "Display Adapters" -> "Update Driver", it says the best driver is already installed (for both the Intel and NVIDIA hardware).

The second step is determine and choose a Renderer Implementation. Running info = rendererinfo(gca) returns:
info =
struct with fields:
GraphicsRenderer: 'OpenGL Software'
Vendor: 'Microsoft Corporation'
Version: '1.1.0'
RendererDevice: 'GDI Generic'
Details: [1×1 struct]
It is already using 'OpenGL Software' as the graphics renderer. There's nothing apparently wrong.
plot3D also works just fine, I don't know if that uses openGL but I thought it might.
What can I try to resolve this? What is wrong?
3 个评论
Walter Roberson
2023-4-16
I do not trust Windows to automatically detect proper Intel driver versions. I suggest using the Intel assistant https://www.intel.ca/content/www/ca/en/support/articles/000090440/graphics.html
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Reference Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!