comparison scripts/plot/shading.m @ 12437:a754c2d8a13f

Modify demo scripts to allow conventient conversion to Matlab compatible syntax.
author Ben Abbott <bpabbott@mac.com>
date Thu, 10 Feb 2011 18:48:36 -0500
parents 5ec6aa05638d
children 9ff0273cd054
comparison
equal deleted inserted replaced
12435:0f21f258aa17 12437:a754c2d8a13f
76 %!demo 76 %!demo
77 %! clf 77 %! clf
78 %! colormap (jet) 78 %! colormap (jet)
79 %! sombrero 79 %! sombrero
80 %! shading faceted 80 %! shading faceted
81 %! title('shading "faceted"') 81 %! title("shading ""faceted""")
82 82
83 %!demo 83 %!demo
84 %! sombrero 84 %! sombrero
85 %! shading interp 85 %! shading interp
86 %! title('shading "interp"') 86 %! title("shading ""interp""")
87 87
88 %!demo 88 %!demo
89 %! pcolor (peaks ()) 89 %! pcolor (peaks ())
90 %! shading faceted 90 %! shading faceted
91 %! title('shading "faceted"') 91 %! title("shading ""faceted""")
92 92
93 %!demo 93 %!demo
94 %! pcolor (peaks ()) 94 %! pcolor (peaks ())
95 %! shading interp 95 %! shading interp
96 %! title('shading "interp"') 96 %! title("shading ""interp""")