Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Walter Roberson
Walter Roberson el 12 de Jul. de 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.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by