export graphics to PPM
xs2ppm(win_num, file_name) xs2ppm(hdl, file_name)
an integer, ID of the Figure to export.
handle of the Figure or Frame to export.
a string, name of the exported file.
xs2ppm
exports the display of a Figure or a Frame into a PPM file.
The code of PPM is based on the work of Jef Poskanzer (Copyright (C)1996,1998) All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.