at15 / mk-fld

A MATLAB program that use M-K model to calculate FLD and FLSD
Apache License 2.0
3 stars 2 forks source link

Read JSON in MATLAB #5

Closed at15 closed 8 years ago

at15 commented 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

Ref

at15 commented 8 years ago

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.