Why do I get "AxiosError" when submitting certain array datatypes to the MATLAB Production Server?
古いコメントを表示
I can successfully deploy JSON requests to the MATLAB Production Server (MPS) in MATLAB R2022a when including data for variables like integer arrays. However, when including string arrays in the JSON input, I am unable to send the request to the MPS and get the following error:
AxiosError: Request failed with status code 400
I am following the documentation below for formatting string arrays in the JSON notation, so I can't figure out what the issue is:
https://www.mathworks.com/help/releases/R2022a/mps/restfuljson/json-representation-of-matlab-data-types.html
What is the reason for this issue?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で RESTful API についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!