comparison doc/interpreter/plotimages.m @ 17245:7babcdb9bc13

Use ... instead of \ for line continuation marker. * plotimages.m, bsxfun.cc, cellfun.cc, __unimplemented__.m, importdata.m, textscan.m, edit.m, fsolve.m, sqp.m, __gnuplot_drawnow__.m, __marching_cube__.m, stemleaf.m, polyfit.m, z_test.m, z_test_2.m, test.m: Use ... instead of \ for line continuation marker.
author Stefan Mahr <dac922@gmx.de>
date Mon, 12 Aug 2013 17:36:54 +0200
parents 0e34c475c956
children d63878346099
comparison
equal deleted inserted replaced
17244:9de751a10910 17245:7babcdb9bc13
86 x = 0:0.01:3; 86 x = 0:0.01:3;
87 plot (x,erf(x)); 87 plot (x,erf(x));
88 hold on; 88 hold on;
89 plot (x,x,"r"); 89 plot (x,x,"r");
90 axis ([0, 3, 0, 1]); 90 axis ([0, 3, 0, 1]);
91 text (0.65, 0.6175, ['\leftarrow x = {2/\surd\pi {\fontsize{16}' \ 91 text (0.65, 0.6175, ['\leftarrow x = {2/\surd\pi {\fontsize{16}' ...
92 '\int_{\fontsize{8}0}^{\fontsize{8}x}} e^{-t^2} dt} = 0.6175']); 92 '\int_{\fontsize{8}0}^{\fontsize{8}x}} e^{-t^2} dt} = 0.6175']);
93 xlabel ("x"); 93 xlabel ("x");
94 ylabel ("erf (x)"); 94 ylabel ("erf (x)");
95 title ("erf (x) with text annotation"); 95 title ("erf (x) with text annotation");
96 print ([nm "." typ], d_typ); 96 print ([nm "." typ], d_typ);