could not get WebGL context error
7 ビュー (過去 30 日間)
古いコメントを表示
Hello Everyone
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 件のコメント
回答 (3 件)
Guillaume Le Bars
2017 年 6 月 6 日
Hello,
I have the same problem, how did you solved it?
Thanks in advance
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

