Name

texprint — TeX output of Scilab object. This function is obsolete and will be removed in Scilab 5.3. Please use prettyprint

Calling Sequence

[text]= texprint(a)

Parameters

a

Scilab object

text

list

Description

returns the Tex source code of the Scilab variable a. a is a matrix (constant, polynomial, rational) or a linear system (syslin list).

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

Examples

 
s=poly(0,'s');
texprint([1/s,s^2])
 

See Also

prettyprint , pol2str