I am F-16 aircraft MATLAB/Simulink model which calls a .c file which requires compiling/building a mex file with the MATLAB sytanx "mex".
This "mex" only works in 32-bit MATLAB, but not 64-bit MATLAB.
Any suggestion/idea how to run this .c file in 64-bit MATLAB ?
Many thanks.