could not get WebGL context error
조회 수: 11 (최근 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???
답변 (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!

