Name

xs2jpg — send graphics to a file in JPG syntax

Calling Sequence

xs2jpg(win_num,filen)

Parameters

win_num

integer scalar.

filen

string, file name.

Description

xs2jpg sends the recorded graphics of the window win_num in the file filen in JPG format.

Examples

scf(0);
plot2d();
//JPG export
xs2jpg(0,'foo.jpg');
  

See Also

xs2bmp, xs2gif, xs2png, xs2ppm, xs2eps, xs2pdf, xs2svg, xs2ps, xs2fig, xs2emf

Authors

S.K