InstallationΒΆ
- The installation of Nemesis is achieved by the following 3 steps:
Clone the Nemesis repository:
git clone git@bitbucket.org:mkwakkel/nemesis.gitMove into the
nemesisdirectory, and clone the submodules:git submodule update --init --recursiveModify
startup.mso that it points to the Nemesis root directory, and make sure MATLAB is able to find thisstartup.mfile during startup. On Linux (Ubuntu) this location is probably the home (~/) or in a special MATLAB directory:~/Documents/MATLAB/. NB: The file/location used can be determined by callingwhich startupwithin MATLAB.
Next, it should be possible to run the Nemesis command at the MATLAB prompt. This should
show some basic information and the available examples.