<< sort 5-2 tk_getdir >>

removed >> removed > 5-2 > texprint

texprint

TeX output of Scilab object

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).

Examples

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

See Also

History

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

Report an issue
<< sort 5-2 tk_getdir >>