PowerPoint presentation, C project and M files from MathWorks public seminar: "Algorithm Development with MATLAB for C and C Programmers".
Demonstrations show examples of:
* Sending data and commands to MATLAB from a C/C application via the engine library
* Debugging or adding animation to a C/C application by using MATLAB to plot data
* Creating a C-callable library from a MATLAB function and deploying it for distribution with your application
* Building and deploying a complete application in MATLAB
* MATLAB vs C speed comparison
The C project contains hardcoded links to libraries in the MATLAB installation directory. These will need to be changed to suit your MATLAB installation or if you upgrade to a newer version of MATLAB. The easiest way to do this is to directly edit the project file (C Code for demo 1 3 5 and 6win32tint.vcproj) with a text editor. Change paths (like d:ApplicationsMatlab704) to the equivalent on your machine. Also change the paths and names of .lib files to the new correct locations.
Requirements:
· MATLAB Release: R14SP1
· MATLAB Compiler