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');