Effacer les filtres
Effacer les filtres

h5write (h5read, hdf5write, hdf5read) is not supported for code generation in MATLAB 2016a.

2 vues (au cours des 30 derniers jours)
Hi,
I was developing a genetic algorithm in MATLAB and now I am trying to convert it to C++. In my script, I write and read from HDF files all the times; so I use h5read and h5write a lot. But MATLAB Coder does not allow me to convert these functions and this is the only issue with the conversion. Is there any way I can go around this problem, yet reading and writing data structures?
Any idea will be appreciated.

Réponses (1)

Walter Roberson
Walter Roberson le 12 Juil 2017
Isolate the calls into routines that just do those operations. Put in coder.ceval calls protected by if ~coder.target('MATLAB') . Use the C++ wrappers provided by HDF5 . Link against the appropriate external library.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by