I have created a Mex-file (.mexw64) from my matlab project using Matlab Coder. The problem is that the output is not the same when I run the mex-file as when I run the project in a normal way. Often the variation in the numbers are really small:
5.4463.. -> 5.4465.. etc.
I'm thinking that there might be a problem related fixed point computations. What should I look for?