Closed GoogleCodeExporter closed 8 years ago
Looking into this issue.
Original comment by nonot...@gmail.com
on 27 Oct 2011 at 3:08
Original comment by nonot...@gmail.com
on 27 Oct 2011 at 3:08
Original comment by nonot...@gmail.com
on 26 Feb 2012 at 9:45
Don't know if this is still and issue but there was a bug in the
MatlabTypeConverter in thye "call" method
Line 90 was missing the array index at the end
Should read
Object imaginaryObject = proxy.returningEval("imag(" + _arrayName + ");", 1)[0];
not
Object imaginaryObject = proxy.returningEval("imag(" + _arrayName + ");", 1);
Original comment by Derrick....@gmail.com
on 3 Oct 2012 at 5:03
This issue was closed by revision r476.
Original comment by nonot...@gmail.com
on 18 Feb 2013 at 8:11
Original issue reported on code.google.com by
ryan.van...@gmail.com
on 24 Oct 2011 at 9:07