Matlab Production Server - Reorders Results

1 view (last 30 days)
Mark McGrath
Mark McGrath on 22 May 2020
Answered: Mark McGrath on 27 May 2020
Hello,
So i have created a cell array of structs so i can have a Key Value Pair which i then created an archive and deployed to Matlab Production Server. When i get the response back from postman as a test, Matlab Production SErver reorders/re sorts the Keys alphabetically instead of holding the original order.
How can i prevent the results from being re-sorted by key?

Answers (1)

Mark McGrath
Mark McGrath on 27 May 2020
I have a 1x1 Cell Array that contains a 1x1 struct. Matlab Production Server re-oders/sorts the struct alphabetically and doesn't leave the order alone.

Categories

Find more on Enterprise Deployment with MATLAB Production Server in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!