[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
loading a data file
From: |
Gabriel Florit |
Subject: |
loading a data file |
Date: |
Thu, 19 Apr 2001 23:12:29 -0500 |
I collected data in a text file. I load it with the load command.
Whos -variables gives
prot type rows cols name
==== ==== ==== ==== ====
wd matrix 10001 2 7strun
But when I try to manipulate it, like
>>time = 7strun (:,1)
I get the following:
>>time = 7strun (:,1)
parse error:
>>> time = 7strun (:,1)
^
Is there something I'm doing wrong? The 7strun variable is in ASCII format.
Gabriel
-------------------------------------------------------------
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
-------------------------------------------------------------
- loading a data file,
Gabriel Florit <=