% % Usage: emily(M) % % M can be a full, sparse, or string matrix % % If M is a full or sparse matrix, emily will try to display the matrix % specified. % % If M is a string matrix, emily treats the string as a filename. It will % try to read in the matrix associated with the file (assuming that it's a % HB format sparse matrix) and display the matrix stored in the file. % % emily for Matlab is supported on the: % IBM RS/6000 -- Matlab version 4.2c % SGI IRIX 5.2 (all hardware platforms) -- Matlab version 4.2c % % emily() is currently (Jan. 27, 1995) under development -- suggestions % and bug reports are welcomed. Please send them to: % % tloos@cs.indiana.edu % % Thank you for your support. %