Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 352 Bytes

WinOnTop

Allows to trigger figure's "Always On Top" state for Matlab figure() windows.

Main features:

  • Turns "always on top" state on and off
  • Returns previous "always on top" state

Quickstart:

Try the demo:

>> demo_WinOnTop();

or apply the same to your own figure:

>> imshow('peppers.png'); WinOnTop();