amin
unread,Aug 30, 2005, 11:34:36 PM8/30/05You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi
tey this commands
fig=@()figure('deletefcn','fig()','WindowStyle','modal');
fig()
this is pop-up figure & u can't close it
use ctrl+c and use
set(gcf,'deletefcn',[])
now close figur.
when use ctrl+c the figure convert from modal to normal.
can u explain what happen when use this key?