toprintSend text or figure to the printer.Calling Sequence
toprint(filename)
toprint(linestoprint,pageheader)
toprint(figid)
toprint(figid,output)
status = toprint(filename)
status = toprint(linestoprint,pageheader)
status = toprint(figid)
status = toprint(figid,output)
ArgumentsfilenameString: path of the text file to be printed.linestoprintString matrix: text to be printed, each entry is a line in printed pages.pageheaderString: header of printed pages.figidReal: the id of the figure to be printed.output
String: printing output type, must be "pos" for PostScript or "gdi" for Bitmap format ("gdi" by default).
status
Boolean: %T if the printing succeeds, %F otherwise.
DescriptionPrints a text file, Scilab character strings or figure.ExamplesSee Also
printfigure
printsetupbox