Closed tombadmanship closed 6 years ago
build your dict, then wrap it in transplant.MatlabStruct
before passing it to Matlab.
x = dict(...) # build your dict as you normally would
matlab.disp(transplant.MatlabStruct(x)) # wrap it, and pass to Matlab
I see - thank you for your response.
Hello, will you please post an example of how to populate this object?