Documentation>MATLAB API>vl_help

VL_HELP('doc') displays the HTML documentation in MATLAB web-browser. VL_HELP('vl_function') displays the HTML documentation relative to the specified funtion. VL_HELP('topic') displays the HTML documentation relative to a particular 'topic'.

VL_HELP(..., 'ONLINE', true) uses the online documentation instead of the local copy.

Example

To get information about the library, a topic such as Fisher vectors, or a function such as VL_FISHER(), use:

   vl_help doc
   vl_help fisher
   vl_help vl_fisher

See also the core VLFeat documentation.