| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
Select Help > Demos from any desktop tool.
demo
demo 'subtopic'
'category'
demo('subtopic',
'category')
demo displays the list of MATLAB demos in the Help browser.
demo 'subtopic' 'category' displays the list of demos in the product or topic specified by category, where category belongs to subtopic. Allowable values for subtopic are: matlab, toolbox, simulink, blockset, and links and targets. When subtopic is matlab or simulink, allowable values for category are the names of groups demos in those products. To specify all demos for the product when subtopic is matlab or simulink, do not specify category. When subtopic is toolbox, blockset, or links and targets allowable values for category are products within the specified subtopic. For category, the product name is the toolbox folder for the product. To view the installed toolbox folders, run (fullfile(matlabroot, 'toolbox'))
demo('subtopic', 'category') is the function form of the syntax.
Display MATLAB demos that are in the Graphics category:
demo 'matlab' 'graphics'

Display all MATLAB demos:
demo 'matlab'
Display demos for the Simulink product, in the Automotive category:
demo 'simulink' 'automotive'
Display demos for the Communications Toolbox™ product:
demo 'toolbox' 'communications'
Display demos for the Simulink® Control Design™ product:
demo 'simulink' 'simulink control design'
echodemo, grabcode, helpbrowser
Browsing for Documentation and Demos
| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |