Closed a-ma72 closed 7 years ago
@AndreasMartin72 Seems cells.set(0, data.release())
works with gcc 4.8.4 on Ubuntu 14.04 + Matlab R2014a. At least this compiler can correctly identify the method signature:
MxArray::void set(mwIndex index, mxArray* value)
The other signature (row-column index) is not included in the current MxArray
definition. Perhaps this has to be implemented...
I currently try to set a cell item by another mxArray* item:
Is there a proper way to do this?
Regards, Andreas