could not get WebGL context error
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (3)
Guillaume Le Bars
il 6 Giu 2017
Hello,
I have the same problem, how did you solved it?
Thanks in advance
0 Commenti
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

