Function Reference: find_DEMOS

pkg-octave-doc: demos = find_DEMOS (fcnname)

Retrieve the DEMO code blocks from a particular function.

  • fcnname is a char string with the function’s name.
  • demos is cell array with each cell containing a char string with the code block of each DEMO available in fcnname.

See also: build_DEMOS, function_texi2html, classdef_texi2html, find_GHurls

Source Code: find_DEMOS