$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] load a serialized object into Matlab?
From: James C. Sutherland (James.Sutherland_at_[hidden])
Date: 2010-10-25 21:05:30
On Mon, Oct 25, 2010 at 3:27 PM, Daniel Herring <dherring_at_[hidden]> wrote:
> Isn't matlab capable of reading hdf5 files? That might be a reasonable
> target for boost::serialization.
>
>
True - Matlab has HDF5 IO support. However, HDF5 has a very poor c++
interface. While I would applaud a robust C++ interface for HDF5, I think
that for boost to support it as an output target currently would be a
painful endeavor.
It is probably a better idea to build a MEX interface where the C++ classes
are loaded natively and exported to Matlab.
James