<< oldbesseli 5-2 readc_ >>

Removed >> Removed > 5-2 > pol2tex

pol2tex

convert polynomial to TeX format

Calling Sequence

[y]=pol2tex(x)

Parameters

x

polynomial

y

list

Description

Latex source code for the polynomial x. (For use with texprint)

This function is obsolete and will be removed in Scilab 5.3. Please use prettyprint

Examples

s=poly(0,'s');
p=s^3+2*s-5;
pol2tex(p)

See Also

History

VersionDescription
5.2.2 pol2tex was published up to Scilab 5.2.2. It is replaced with prettyprint.

Report an issue
<< oldbesseli 5-2 readc_ >>