Convert MATLAB data in a server request to JSON text using MATLAB Production Server JSON schema
encodes the request that is input to the deployed MATLAB® function using JSON schema for MATLAB
Production Server™. It builds a
server request that includes MATLAB variables and options, such as text
= mps.json.encoderequest(rhs
)'Nargout'
and 'OutputFormat'
, that are needed to make a call to MATLAB
Production Server.
specifies additional options with one or more name-value pair arguments for specific
input cases. text
= mps.json.encoderequest(rhs
,Name,Value
)