h5write (h5read, hdf5write, hdf5read) is not supported for code generation in MATLAB 2016a.
3 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Walter Roberson
2017-7-12
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.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!