matlab-json
matlab-json copied to clipboard
Matlab JSON deserialization/serialization using the MEX API and libjson.
Results
2
matlab-json issues
Sort by
recently updated
recently updated
newest added
I try your code on mac el capitan + Matlab 2015b & 2016a in both cases my matrix data are corrupted.
feature
The following code in MATLAB R2015b 64-bit on Windows causes a fatal exception (Access Violation). ``` matlab matlab_object.a = 1; setjsonfield(matlab_object, 'b', 'foo'); ``` Also, when it does not cause...
bug