Closed GoogleCodeExporter closed 8 years ago
I am facing the same problem . Can anyone help me?
Original comment by mehrab...@gmail.com
on 8 Oct 2011 at 4:38
They will be returned as linear arrays as documented
matlabcontrol.MatlabProxy's documentation. Per the documentation:
Numeric Classes and Logical Class
All MATLAB numeric types whether they are a singular value or an array/matrix
(of any dimension) are always converted into a one-dimensional Java double[].
For complex numbers, only the real component is converted. MATLAB logicals
whether a singular value or an array/matrix (of any dimension) are always
converted into a one-dimensional Java boolean[]. MATLAB arrays are stored in a
linear manner, which has been documented by The MathWorks. It is in this linear
manner that MATLAB arrays are returned to Java. (Sparse matrices are stored
differently and are not sent to Java in an easy to use manner.)
A future version of matlabcontrol will automatically convert these linear
arrays in to much easier to use Java objects.
Original comment by nonot...@gmail.com
on 26 Oct 2011 at 6:23
Original issue reported on code.google.com by
gomez.lo...@gmail.com
on 21 Sep 2011 at 5:21