Tutorial: C mex matrix demo
This short tutorial illustrates basic numerical matrix computation in C. I encourage any comments from expirienced mex programmers for style improvement.
This is a nice little function to demonstrate how you can interface MATLAB and C style matricies. There is some example code included showing how you can index your C matricies like you can in MATLAB and how you can use a little function to pass data between them. The actual function is trivial, but illustrates different methods of handling multi-dimensional data using pointers.
This latest version includes updates and copies emails regarding different methods from James Tursa.
Cite As
Nick Clark (2026). Tutorial: C mex matrix demo (https://se.mathworks.com/matlabcentral/fileexchange/17970-tutorial-c-mex-matrix-demo), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | * New files added
|
