help-octave
[Top][All Lists]
Advanced

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

# and % in Ascii matrix files


From: John W. Eaton
Subject: # and % in Ascii matrix files
Date: Fri, 9 Nov 2001 14:54:48 -0600

On 12-   -2001, Michael Pronath <address@hidden> wrote:

|  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?

I think this is fixed in 2.1.35.

jwe



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

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



reply via email to

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