close
Close one or more figures
📝 Syntax
close()
close('all')
close(name)
close(ID)
close(GO)
tf = close(...)
📥 Input argument
ID - a scalar integer value: figure ID.
GO - a scalar graphics object on an existing figure.
GO - a scalar graphics object on an existing figure.
📤 Output argument
tf - a scalar logical: true if figure was closed.
📄 Description
close closes the current figure.
close(ID) closes the figure specified by figure ID.
close(GO) closes the figure specified by figure graphics object.
close('all') closes all figures.
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?