pol2strpolynomial to string conversionCalling Sequencestrs = pol2str(p)Argumentspmatrix or hypermatrix of polynomials with real or complex coefficientsstrsmatrix or hypermatrix of stringsDescription
converts polynomial to character string (utility function).
The output format of coefficients is set through format(..).
ExamplesSee Also
string
prettyprint
sci2exp
History5.5.0pol2str() extended to polynomials with complex coefficients and to hypermatrix. Array processing vectorized.