You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #135 but extends the issue to simple strings (1x1 string array). It wasn't obvious to me that a string behaved like a string array so maybe this should be clarified in the README.
A simple 1x1 string (which is a particular case of string array), defined and saved as such
ERROR: NULL pointer for MxArray.
Stacktrace:
[1] Type at /Users/maxandrejacqueline/.julia/packages/MATLAB/ZuG4g/src/mxarray.jl:8 [inlined]
[2] Dict(::MxArray) at /Users/maxandrejacqueline/.julia/packages/MATLAB/ZuG4g/src/mxarray.jl:587
[3] jvalue(::MxArray) at /Users/maxandrejacqueline/.julia/packages/MATLAB/ZuG4g/src/mxarray.jl:608
[4] top-level scope at none:0
Best,
Max
The text was updated successfully, but these errors were encountered:
MaxandreJ
changed the title
Strings not supported
Matlab strings not supported
Nov 18, 2018
Hi all,
This is similar to #135 but extends the issue to simple strings (1x1 string array). It wasn't obvious to me that a string behaved like a string array so maybe this should be clarified in the README.
A simple 1x1 string (which is a particular case of string array), defined and saved as such
when imported into Julia using
returns
and when the string is inside a struct, as such
running
returns
Best,
Max
The text was updated successfully, but these errors were encountered: