Matlab to C++ code generation (hdf5 format) -


there matlab function (h5write) lets user write output files in hdf5 format. seems work nicely when using matlab environment , matlab files. however, when try generate c++ code out of matlab files, conversion error arises. appears code generator (matlab coder) cannot convert h5write operation c++ code.

is there way of getting around issue? efficiency important here since data sets need stored generated c++ executable large. if me out here, make day! :-)

matlab provide interface converting code h5write c++ code. being said, can use matlab compiler build executable or dll. can use in c++ code, need mcr. if space not constraint, can this.

otherwise, can use hdf5 api (http://www.hdfgroup.org/hdf5/doc/cpplus_rm/) , write code writing hdf5 file format , use matlab coder link , compile.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -