setWindowOnTop Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: setWindowOnTop.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Matthew Whitaker (View more)

setWindowOnTop script description:




Publisher review:
setWindowOnTop sets a figures Always On Top state on or off SETWINDOWONTOP sets a figures Always On Top state on or offSETWINDOWONTOP(H,STATE): H is figure handle or a vector of figure handlesSTATE is a string or cell array of strings-'true' - set figure always on top'false' - set figure to normalif STATE is a string the state is applied to all H. If state is a cell array the length STATE must equal that of H and each state is applied individually.Examples: h= figure;s = 'true';setWindowOnTop(h,s) %sets h to be on toph(1) = figure;h(2) = figure; s = 'true';setWindowOnTop(h,s) %sets both figures to be on toph(1) = figure;h(2) = figure; s = {'true','false'};setWindowOnTop(h,s) %sets h(1) on top, h(2) normalNotes: 1. Figures must have 'Visible' set to 'on' and not be docked for setWindowOnTop to work.2. Routine does not work for releases prior to R14SP23. The Java calls are undocumented by Mathworks Requirements: ยท MATLAB Release: R2006b
setWindowOnTop is a Matlab script for Development Tools scripts design by Matthew Whitaker. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5