Home > freetb4matlab > polynomial > polyout.m

polyout

PURPOSE ^

% Write formatted polynomial

SYNOPSIS ^

function y = polyout (c, x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} polyout (@var{c}, @var{x})
% Write formatted polynomial
% @tex
% $$ c(x) = c_1 x^n + \ldots + c_n x + c_{n+1} $$
% @end tex
% @ifnottex
% @example
%    c(x) = c(1) * x^n + @dots{} + c(n) x + c(n+1)
% @end example
% @end ifnottex
%  and return it as a string or write it to the screen (if
%  @var{nargout} is zero).
%  @var{x} defaults to the string @code{'s'}.
% @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue,
% filter, polyderiv, polyinteg}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003