[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8607] New module h5read to read/write HDF
From: |
ederag |
Subject: |
[Octave-patch-tracker] [patch #8607] New module h5read to read/write HDF5 files |
Date: |
Wed, 3 Jan 2018 15:53:29 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
Follow-up Comment #20, patch #8607 (project octave):
With the updated patch attached, it seems to work again:
>> m = rand(2, 3)
m =
0.94236 0.96434 0.71092
0.23191 0.50169 0.92243
>> h5create("try_w.hdf5", "/m", size(m))
>> h5write("try_w.hdf5", "/m", m)
>> h5read("try_w.hdf5", "/m")
ans =
0.94236 0.96434 0.71092
0.23191 0.50169 0.92243
(file #42815)
_______________________________________________________
Additional Item Attachment:
File name: patch_8607_h5read_18103ba.patch Size:49 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8607>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/