Bad version or endian-key
20 views (last 30 days)
Show older comments
I have a application built in Matlab which I deploy using the Builder-Ex toolbox. Inside the application I am saving some objects of user defined classes (using the 'save' command) and later load them (using the 'load' command). In order to load the objects properly inside the deployed application, I am using the %#function directive. However, intermittently the application throws an error in the deployed mode with the error message being "Bad version or endian-key". The error identifier is 'MATLAB:Deserialize'. Also note that I am NOT using parallel computing in any way.
Could anyone help me in resolving the problem?
0 Comments
Answers (0)
See Also
Categories
Find more on Data Export to MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!