Adding GFtbox to Matlab's search path: Difference between revisions

From BanghamLab
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 29: Line 29:
<br><br>
<br><br>
|width="500px" align="center"|[[File:matlabsearchpath4.png|475px|Clicking 'Save']]
|width="500px" align="center"|[[File:matlabsearchpath4.png|475px|Clicking 'Save']]
|}
{| border="1" cellpadding="5" cellspacing="5"
|- valign="top"
|width="200px"| Once the toolbox has been added to the search path, typing the first few letters of a GFtbox command, followed by the pressing the tab key, will bring up a list of possible completions.<br>
<br><br>
|width="500px" align="center"|[[File:matlabsearchpath5.png|Matlab auto completing 'GF']]
|}
|}

Revision as of 11:48, 23 June 2011

Back to Running example models and using a cluster

This short tutorial shows how to add the GFtbox to your Matlab search path. Effectively, this allows Matlab to 'see' the toolbox and allows you to execute GFtbox commands without typing the full path of each script.

Although the screenshots shown here are from the Mac edition of Matlab 2009b, the processes involved in adding a search path are consistent across Matlab versions.


Click 'Set Path...' from the 'File' menu in Matlab.



Clicking File >> Set Path...
Click the 'Add with Subfolders' button.



Clicking Add with Subfolders
Navigate to the path of the GFtbox. Click on parent directory and click 'Open'.



Selecting the parent directory of the growth toolbox
The window will show the directories added to your search path. Click 'Save' and then the toolbox is ready to use.



Clicking 'Save'
Once the toolbox has been added to the search path, typing the first few letters of a GFtbox command, followed by the pressing the tab key, will bring up a list of possible completions.



Matlab auto completing 'GF'