octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fwd: Simple spy.m fix]


From: fotios
Subject: [Fwd: Simple spy.m fix]
Date: Wed, 12 Oct 2011 23:24:51 +0300

... and for sure i forgot to branch the if statement ... it should be

if (ischar (varargin{i}))
      if (length (varargin{i}) == 1)
        line_spec = [line_spec, varargin{i}];
      else
        line_spec = varargin{i};
      endif

/Fotios



reply via email to

[Prev in Thread] Current Thread [Next in Thread]