Mercurial > hg > octave-nkf
comparison scripts/control/system/tfout.m @ 3500:7923abdeb4e5
[project @ 2000-01-31 06:35:00 by jwe]
author | jwe |
---|---|
date | Mon, 31 Jan 2000 06:35:23 +0000 |
parents | 65b3519ac3a1 |
children | 22bd65326ec1 |
comparison
equal
deleted
inserted
replaced
3499:3e3e14ad5149 | 3500:7923abdeb4e5 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. | 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} tfout (@var{num}, @var{denom}@{, @var{x}@}) | 20 ## @deftypefn {Function File} {} tfout (@var{num}, @var{denom}, @var{x}) |
21 ## Print formatted transfer function @math{n(s)/d(s) } to the screen. | 21 ## Print formatted transfer function @math{n(s)/d(s)} to the screen. |
22 ## @var{x} defaults to the string @code{"s"} | 22 ## @var{x} defaults to the string @code{"s"} |
23 ## @end deftypefn | 23 ## @end deftypefn |
24 ## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue, | 24 ## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue, |
25 ## filter, polyderiv, polyinteg, and polyout} | 25 ## filter, polyderiv, polyinteg, and polyout} |
26 | 26 |