diff --git a/examples/prism-matlab.html b/examples/prism-matlab.html index a3917f50cd..e78abe3612 100644 --- a/examples/prism-matlab.html +++ b/examples/prism-matlab.html @@ -49,15 +49,4 @@
q = integral(sqr,0,1);
y = parabola(x)
mygrid = @(x,y) ndgrid((-x:x/c:x),(-y:y/c:y));
-[x,y] = mygrid(pi,2*pi);
-
-There are certain edge cases where Prism will fail. - There are always such cases in every regex-based syntax highlighter. - However, Prism dares to be open and honest about them. - If a failure is listed here, it doesn’t mean it will never be fixed. This is more of a “known bugs” list, just with a certain type of bug. -
- -%{ 'test' }%
-% 'test'
\ No newline at end of file
+[x,y] = mygrid(pi,2*pi);
\ No newline at end of file