help-octave
[Top][All Lists]
Advanced

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

loading time data format


From: Dirk Eddelbuettel
Subject: loading time data format
Date: Sun, 11 Nov 2001 10:32:44 -0600

  "Juraj" == Juraj Krempasky <address@hidden> writes:
  Juraj>  Hi there, I'd like to load data with timestamps of the following
  Juraj> format: "%m/%d/%Y %H:%M:%S" with the load command. I don't know how
  Juraj> to instruct the load command to deal with this data format. Is it
  Juraj> possible?

No.  But you can use the fscanf() function, after fopen(), similar to what you
would do in C. Read the fine manual for details.

Dirk

-- 
Better to have an approximate answer to the right question 
than a precise answer to the wrong question. -- John Tukey



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