home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-src.tgz / tar.out / fsf / octave / test / octave.test / contin / contin-15.m < prev    next >
Text File  |  1996-09-28  |  82b  |  6 lines

  1. whitespace_in_literal_matrix = "standard";
  2. x = [1,...
  3. 2];
  4. y = [1,2];
  5. all (y == x)
  6.