From: Jon on
I am working on a project and for part of my project I would like to call MATLAB from Codewarrior so I can output a string to MATLAB and display it in the MATLAB GUI. How can I interface my version of codewarrior with MATLAB using mex and setting up the configuration including compiler options? I would like to be able to call the MATLAB from within my codewarrior c code. The version of codewarrior I am running is CodeWarrior HCS12X Special Edition v4.7 (.exe). I am not concerned about the code, but rather how to go about setting up so that I able to communicate between codewarrior and MATLAB. Thanks.