view examples/@polynomial/double.m @ 17489:0ad2f93fd83c

doc: Fix a typo in findobj docstring. * scripts/plot/findobj.m: Use '3' instead of 'D' in findobj example of depth 3.
author Rik <rik@octave.org>
date Wed, 25 Sep 2013 08:13:30 -0700
parents dba0037e6602
children
line wrap: on
line source

function b = double (a)
  b = a.poly;
endfunction