-
Notifications
You must be signed in to change notification settings - Fork 4
4. Customizing the Program
The source code for CARMA is freely available and can be accessed at the project’s source control page: https://github.com/jmgirard/CARMA
The files can be downloaded in a compressed (.zip) file or forked and cloned using git.
The source code consists of MATLAB code files (.m) with various prefixes. Files starting with fig_
correspond to windows and the functions that control them, while files in the Functions folder correspond to functions shared by multiple other files or borrowed from someone else. There are also readme and license files (.txt).
Although CARMA is designed to allow easy customization of many of its features, some users may wish to make larger changes than the Configure window can accommodate. This may be accomplished by downloading the source code (described above) and editing it in MATLAB. The MATLAB programming language is intuitive and relatively easy to learn. Learn more about the language here: http://www.mathworks.com/products/matlab/description4.html
The source code for the Launcher window opened in MATLAB Editor
After modifying the source code, users may wish to recompile it into a standalone application. This can be accomplished by running the deploytool
MATLAB command. Learn more about compiling here: http://www.mathworks.com/help/mps/deployable-archive-creation.html
The deploytool wizard provided by MATLAB Compiler