home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-base.tgz / octave-1.1.1p1-base.tar / fsf / octave / test / octave.test / contin / contin-14.m < prev    next >
Text File  |  1995-01-31  |  88b  |  9 lines

  1. whitespace_in_literal_matrix = "ignore";
  2. x = [1, ...
  3.  
  4.  ...
  5.  
  6. 2];
  7. y = [1,2];
  8. all (y == x)
  9.