More Higlights

The main presentation has already highlithed functions fn_coerce, fn_add, fn_mult, fn_normalize, fn_bin, fn_flags, fn_switch, fn_errorbar, fn_buttonmotion, fn_control, fn_imvalue, fn_figmenu and fn_email.

Here are a few additional functions that are extremely useful:

fn_getfile: lets user choose file and remembers the last visited folder (try it)

fn_cd: define shorcuts to your favorite folders by typing fn_cd edit.

fn_progress: try this

fn_movie: try the demo, press 'speed' and play with the controls

fn_4Dview: try this

interface: This is a parent class that will help creating GUIs, especially regarding the positioning of graphic objects (see also function fn_framedesign). To see how it works, check the example example_interface.m Note that probably the most developed side of the Brick Toolbox is its utilies for creating GUIs.

alias: Create your own shortcuts in Matlab. Note that, in this vein, we also highly recommend to use the shortcuts toolbar in Matlab. Learn about it here.

Of course, you wil find all functions organized by categories in the Function Reference.