Closed at15 closed 8 years ago
The golang server need to communicate with MATLAB code. JSON is a good option but MATLAB does not have support for it
third_party
Ref
matlab.internal.webservices.toJSON()
actually, I should have a wrapper for server request, in R2016a, JSON is parsed by MATLAB already, but I used old urlread + jsonlab in order to have better compatibility.
urlread
jsonlab
The golang server need to communicate with MATLAB code. JSON is a good option but MATLAB does not have support for it
third_party
folderRef
matlab.internal.webservices.toJSON()
can be used for 2016a, but I don't assume everyone has the latest MATLAB