How to simulate in 32 bits version a 64 bits protected model

11 views (last 30 days)
Hi, I made a protected model in simulink 2013b 64 bits. I wants to send it to someone for simulate but he has the 2013b 32 bits version.
When he compiles my protected model he has an error "the protected model was made for the platform win64, which is different than the platform you are currently using. To use this protected model, please switch to the platform win64."
What's the solution to fix this problem?
Thanks

Answers (1)

Sherman
Sherman on 10 Dec 2014
The solution is for you to create a protected model on a 32-bit platform or for your friend to switch to a 64-bit platform.
Protected models operate on compiled artifacts for simulation so they need to be run on the same platform.

Categories

Find more on Modeling 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!