Path: news.mathworks.com!not-for-mail
From: "meng long" <menglong6518@yeah.net>
Newsgroups: comp.soft-sys.matlab
Subject: Re: HDF5 Hight Level API
Date: Sat, 20 Jun 2009 16:22:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 22
Message-ID: <h1j2b9$apn$1@fred.mathworks.com>
References: <gubrmt$g57$1@fred.mathworks.com> <op.utvykoyza5ziv5@uthamaa.dhcp.mathworks.com>
Reply-To: "meng long" <menglong6518@yeah.net>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1245514921 11063 172.30.248.37 (20 Jun 2009 16:22:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 20 Jun 2009 16:22:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 547833
Xref: news.mathworks.com comp.soft-sys.matlab:549159


"Ashish Uthama" <first.last@mathworks.com> wrote in message <op.utvykoyza5ziv5@uthamaa.dhcp.mathworks.com>...
> On Tue, 12 May 2009 08:57:01 -0400, meng long <menglong6518@yeah.net>  
> wrote:
> 
> > I want to know when "HDF5 Hight Level API"  is available in Matlab.
> 
> 
> Meng,
> 
> Could you tell more?
> 
> I guess I would call HDF5READ and HDF5WRITE high level, not sure what you  
> are looking for.

 sDset.Location = '/Qut/Day/Sh/Idx';
  sDset.Name = '123456';
  hdf5write('fTest.H5',sDset,sObj,'writemode','overwrite');

The 'hdf5write', as above, overwrite 'fTest.H5', not the dataset '123456' as expected.
How to overwrite a dataset?

I hope that Matlab surports 'HDF5' deeply and quickly, surports 'H5TB' etc., since 'Matlab Hight Level Functions for HDF5' are not enought in Industry-Application, and 'Malab Low Level Functions for HDF5' are too slow to deal with compound type in Industry-Application of a large of tables.