help-octave
[Top][All Lists]
Advanced

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

# and % in Ascii matrix files


From: Michael Pronath
Subject: # and % in Ascii matrix files
Date: Mon, 19 Jun 2000 14:35:54 +0200
User-agent: Mutt/1.2i

 Do the symbols "#" and "%" for comments always mean the same?
 When I write a Ascii data file from another program and I want
 to read it into octave with "load", there is a difference:
 If I use "#" as a comment sign in the data file

   # name: s
   # type: matrix
   # rows: 200
   # columns: 11

 then I can put more than one matrix into a file.  If I use "%" instead:

   % name: s
   % type: matrix
   % rows: 200
   % columns: 11

 it works only for a single matrix per file.

 Is this intended?
 
 
 Michael



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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