BASIS  version 1.2.3 (revision 2104)
Files | Functions
Non-CMake Utilities
Auxiliary CMake Modules

Auxiliary non-CMake implementations used by the CMake modules. More...

+ Collaboration diagram for Non-CMake Utilities:

Files

file  runmcc.m
 

Used to invoke MATLAB Compiler in MATLAB mode.


Functions

function runmcc (in varargin)
 Invoke the MATLAB Compiler and optionally exit MATLAB when finished.

Detailed Description

Auxiliary non-CMake implementations used by the CMake modules.


Function Documentation

function runmcc ( in  varargin)

Invoke the MATLAB Compiler and optionally exit MATLAB when finished.

Invokes the MATLAB Compiler with the arguments given by varargin. See the documentation of the MATLAB Compiler mcc for a summary of the arguments. Further, when the option -q is given, this function quits the MATLAB interpreter when the MATLAB Compiler is finished.

Parameters:
[in]vararginArguments to MATLAB Compiler and option -q if MATLAB interpreter should be quit when finished.
Returns:
Nothing.