comparison scripts/plot/surface.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 16f53d29049f
children 60542efcfa2c
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
146 other_args = {}; 146 other_args = {};
147 if (firststring < nargin) 147 if (firststring < nargin)
148 other_args = varargin(firststring:end); 148 other_args = varargin(firststring:end);
149 endif 149 endif
150 h = __go_surface__ (ax, "xdata", x, "ydata", y, "zdata", z, "cdata", c, 150 h = __go_surface__ (ax, "xdata", x, "ydata", y, "zdata", z, "cdata", c,
151 other_args{:}); 151 other_args{:});
152 152
153 if (! ishold ()) 153 if (! ishold ())
154 set (ax, "view", [0, 90], "box", "off"); 154 set (ax, "view", [0, 90], "box", "off");
155 endif 155 endif
156 endif 156 endif