Scilab Function
fr - eng


del_graphic - close the scilab figure 0

Library

Calling Sequence

del_graphic

File content


function del_graphic()
while %t
  win=xget("window");
  if win==0 then 
    xdel(win);
    win=xget("window");
    if win==0 then 
      xdel(win);
      break 
    end
  else
  break
  end
end
endfunction

Authors

IRCOM Group Alan Layec