MATLAB Compiler | ![]() ![]() |
Compiling mrank.m and rank.m as Helper Functions
Another way of building the mrank
stand-alone application is to compile rank.m
and mrank.m
as helper functions to main.m
. In other words, instead of invoking the MATLAB Compiler three separate times, invoke the MATLAB Compiler only once. For C
These commands create files containing the C or C++ source code. The macro options -m
and -p
automatically compile all helper functions.
![]() | Compiling MATLAB Provided M-Files Separately | Mixing M-Files and C or C++ | ![]() |