Are the simulink models created in a 64 bit version of Matlab compatible with a 32 bit version of Matlab and vice versa?

1 view (last 30 days)
I was wondering if it is possible for models created in a 64bit Matlab to run in a 32bit version of the same.

Accepted Answer

Sebastian Castro
Sebastian Castro on 4 Jun 2015
Yes, you should be able to use Simulink models in any bitness or operating system that supports that MATLAB version. The only thing that would depend on 32 vs. 64-bit are compiled/executable files like MEX-files or DLLs.
Also, if your 32 and 64-bit machines don't have the same versions of MATLAB and Simulink, you may want to watch out for that. Try using the same version if you can, or if the 64-bit machine is using a later version, save your models as previous versions to be compatible with the other system.
- Sebastian

More Answers (0)

Categories

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