Skip to contents

destroyDisplay closes a specific existing Image display window. destroyAllDisplays all existing Image display window.

Usage

destroyDisplay(window_name)
destroyAllDisplays()

Arguments

window_name

A character string representing the name of the display window (default: "Display").

Value

This function does not return anything.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

if (FALSE) {
newDisplay("Test display")
destroyDisplay("Test display")
destroyAllDisplays()
}