view examples/code/@FIRfilter/display.m @ 21634:96518f623c91

Backed out changeset dcf8922b724b
author Mike Miller <mtmiller@octave.org>
date Wed, 20 Apr 2016 11:06:03 -0700
parents dcf8922b724b
children a5280a05b188
line wrap: on
line source

function display (f)
  printf ("%s.polynomial", inputname (1));
  display (f.polynomial);
endfunction