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

pol2tex, pol2str