Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Справка Scilab >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > C > close (Matlab function)

close (Matlab function)

Delete specified figure

Matlab/Scilab equivalent

Matlab Scilab
close - xdel - delete

Particular cases

close

If current figure is a uicontrol one, Scilab and Matlab close are equivalent. But if current figure is a graphic window, Scilab equivalent for Matlab close is delete(gcf()).

close(h)

If h is a uicontrol figure, Scilab and Matlab close(h) are equivalent. But if h is a graphic window, Scilab equivalent for Matlab close(h) is delete(h).

close('all')

Scilab equivalent for Matlab close('all') is xdel(winsid()).

close(name)

There is no Scilab equivalent for Matlab close(name) however, mtlb_close can be an equivalent.

close('all','hidden')

Scilab equivalent for Matlab close('all','hidden') is xdel(winsid()) but Scilab kills all figures even if they are hidden.

Report an issue
<< clock (Matlab function) C closereq (Matlab function) >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 14:01:18 CEST 2014