print a gif in matlab

版本 1.0.0.0 (1.7 KB) 作者: Ben Barrowes
printgif prints gif files in matlab
820.0 次下载
更新时间 2010/6/4

查看许可证

% printgif(varargin) prints gif files in matlab
% printgif accepts all print arguments in varargin.
% printgif ignores all printer drivers passed to it
% ('-deps', '-dtiff', etc.)
% instead it used the -djpeg100' driver and converts
% the resulting jpg file to a gif using
% imread/rgb2ind/imwrite
%
% EXAMPLE:
% printgif(gcf,'foo')
% prints the file foo.gif

引用格式

Ben Barrowes (2024). print a gif in matlab (https://www.mathworks.com/matlabcentral/fileexchange/27829-print-a-gif-in-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0