photo

Amit P


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Question


Parallel hdf5 with Matlab
I need to create a single HDF5 file using parpool. The hdf5.dll in the bin folder for Matlab (r2018a) is not built for parallel ...

5 years ago | 1 answer | 1

1

answer

Answered
Mex C++ create std::vector<double> from TypedArray<double>
You can use the iterator available in the TypedAray. ObjectArray obj(inputs[0]); std::shared_ptr<matlab::engine::MATLABEngine>...

5 years ago | 0