查看单个帖子
旧 2008-09-19, 21:30   #1
majian_aero
初级会员
 
注册日期: 2008-09-02
年龄: 40
帖子: 5
声望力: 0
majian_aero 正向着好的方向发展
默认 [求助]getframe运行过程中问题

在gui中,使用getframe函数,现在此函数运行中使用exit按键
exit_button = questdlg('Exit now?','Exit program','Yes','No','Yes');
switch exit_button
case 'Yes'
closereq;
case 'No'
return;
end
当选择yes后,推出程序,但出现图形文件损坏的问题

??? Error using ==> capturescreen
Figure destroyed during getframe.

请教如何解决?
majian_aero 当前离线   回复时引用此帖