enable/disable figure Matlab script

SPONSORED LINKS

    Specification

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

enable/disable figure script description:




Publisher review:
enable/disable figure - enable/disable an entire figure window Syntax:currentState = enableDisableFig(hFig, newState)Description:enableDisableFig sets the figure hFig's enable/disable state, which is otherwise supported by Matlab only for specific components but not figures. Using this function, the entire figure window, including all internal menus, toolbars and components, is enabled/disabled in a single call. Valid values for newState are true, false, 'on' & 'off' (case insensitive). hFig may be a list of figure handles.Note 1: when the state is enabled, internal figure components may remain disabled if their personal 'enabled' property is 'off'.Note 2: in disabled state, a figure cannot be moved, resized, closed or accessed. None of its menues, toolbars, buttons etc. are clickable.enableDisableFig(newState) sets the state of the current figure (gcf).state = enableDisableFig(hFig) returns the current enabled/disabled state of figure hFig, or of the current figure (gcf) if hFig is not supplied. The returned state is either 'on' or 'off'.Examples:state = enableDisableFig;state = enableDisableFig(hFig);oldState = enableDisableFig(hFig, 'on');oldState = enableDisableFig(hFig, result>0);oldState = enableDisableFig(true); % on current figureBugs and suggestions:Please send to Yair Altman (altmany at gmail dot com)Warning:This code heavily relies on undocumented and unsupported Matlab functionality. It works on Matlab 7 , but use at your own risk! Requirements: ยท MATLAB Release: R2007a
enable/disable figure is a Matlab script for Development Tools scripts design by Yair Altman. 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