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

32-bit64-bitcompatibilityinteroperabilitysimulink

I was wondering if it is possible for models created in a 64bit Matlab to run in a 32bit version of the same.

Best Answer

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
Related Question