MATLAB Function Reference |
Syntax
Description
playshow
runs the published M-file demo demoname
. To determine whether a demo is a published M-file type, view the H1 line for the demo M-file, that is, the first comment line. If it begins with two comment symbols (%%
), it is a published M-file demo.
Examples
The first line in nesteddemo
begins with two comment symbols:
Therefore, type playshow nesteddemo
to run the demo.
See Also
planerot | plot |
© 1994-2005 The MathWorks, Inc.