could not get WebGL context error

7 ビュー (過去 30 日間)
Ahmed raafat
Ahmed raafat 2017 年 2 月 17 日
回答済み: Guillaume Le Bars 2017 年 6 月 6 日
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 件のコメント
Ahmed raafat
Ahmed raafat 2017 年 2 月 17 日
That are the results of
>> ww = matlab.internal.webwindow('http://webglreport.com');
>> ww.show();

サインインしてコメントする。

回答 (3 件)

Ahmed raafat
Ahmed raafat 2017 年 2 月 17 日

Ahmed raafat
Ahmed raafat 2017 年 2 月 17 日
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 2017 年 6 月 6 日
Hello,
I have the same problem, how did you solved it?
Thanks in advance

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by