Closed patrikhuber closed 7 years ago
This adds support for creating multi-dimensional arrays, as mentioned in #18.
A method to set values in such arrays already exists: void MxArray::set(const std::vector<mwIndex>& subscripts, const T& value)
.
@patrikhuber Thanks!
Add a constructor that calls mxCreateNumericArray, to create multi-dimensional arrays (e.g. 3-channel images).