2 Downloads
Updated 15 Jan 2009
No License
Tutorial contains directions to setup the microsoft visual c++ compiler and linker to create MEX functions. Then shows how to debug the resulting MEX files under MSVC's IDE.
Shows in great detail how to setup the compiler, the linker and finally MATLAB itself so that debugging is no longer limited to mexPrintf statements scattered throughout your code.
This means the auto variables, locals, the "this" pointer and registers are all fair game for debugging.
I hate wordy explanations - pictures are better and this is what the tuturial contains. It explicitly shows what dialog boxes look like and how to fill them in to get you up and running fast.
michaelB brost (2021). C++ MEX symbolic debugging (https://www.mathworks.com/matlabcentral/fileexchange/22691-c-mex-symbolic-debugging), MATLAB Central File Exchange. Retrieved .
Inspired: ARFIMA(p,d,q) estimator
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
This file is supported for windows only, can you tell how to make it use for 64 bit MAC OS.