help-octave
[Top][All Lists]
Advanced

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

writing usable hdf files


From: colliera
Subject: writing usable hdf files
Date: Sun, 24 Aug 2003 02:09:52 +0200
User-agent: Mutt/1.4i

hello,

this may be somewhat off topic... i am trying to figure out how to write hdf5 
data files which octave will read. (i have a c code which has a whole lot of 
data in a 2d array and i want to dump this to a file so i can read it in 
octave.) now the hdf5 distribution comes with an example code, h5_write, which 
generates a data file. when i try to read this file into octave though, i get:

>> load -hdf5 SDS.h5 x
warning: load: can't read `IntArray' (unknown datatype)

so, obviously, h5_write is not a great starting point in learning how to write 
hdf5 files for octave. does anyone have any pointers on how to go about doing 
this? or what changes might be made to h5_write.c to make it write something 
understandable? thanks!

best regards,
andrew.

-- 
Andrew B. Collier

Antarctic Research Fellow                         tel: +27 31 2601157
Space Physics Research Institute                  fax: +27 31 2616550
University of Natal, Durban, 4041, South Africa



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