Borrar filtros
Borrar filtros

could not get WebGL context error

1 visualización (últimos 30 días)
Ahmed raafat
Ahmed raafat el 17 de Feb. de 2017
Respondida: Guillaume Le Bars el 6 de Jun. de 2017
Hello Everyone
I ran an example code given at UIAxes plot on Ubuntu 16.04 glnxa64
fig = uifigure;
ax = uiaxes(fig);
x = linspace(-pi,pi,50);
y = 5*sin(x);
plot(ax,x,y)
but the result is error Java Script as shown
How to fix it and If I tried on Windows will it be solved???
  2 comentarios
Ahmed raafat
Ahmed raafat el 17 de Feb. de 2017
That are the results of
>> ww = matlab.internal.webwindow('http://webglreport.com');
>> ww.show();

Iniciar sesión para comentar.

Respuestas (3)

Ahmed raafat
Ahmed raafat el 17 de Feb. de 2017

Ahmed raafat
Ahmed raafat el 17 de Feb. de 2017
opengl info
Version: '…'
Vendor: '…'
Renderer: '…'
MaxTextureSize: 16384
Visual: '…'
Software: '…'
HardwareSupportLevel: '…'
SupportsGraphicsSmoothing: 1
SupportsDepthPeelTransparency: 1
SupportsAlignVertexCenters: 1
Extensions: {325×1 cell}
MaxFrameBufferSize: 16384

Guillaume Le Bars
Guillaume Le Bars el 6 de Jun. de 2017
Hello,
I have the same problem, how did you solved it?
Thanks in advance

Categorías

Más información sobre Develop uifigure-Based Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by