str1='d:\work\test\file'; %存放的目录,及文件名前部分 for i=1:50 str=[str1 num2str(i) '.fig']; %生成需要保存图象的文件名=画图 saveas(gcf,str); end