Matlab SPINNER Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: spinner.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Steve Simon (View more)

Matlab SPINNER script description:




Publisher review:
Matlab SPINNER - Create a simple spinner control using 3 uicontrols. SPINNER creates a simple 'spinner' control, using an edit window and 2 pushbuttons. This includes an example GUI (SPINNERGUI) that uses two spinners together. Here's the online help:SPINNER create a 'spinner' from an edit box and two pushbuttonsSPINNER(PROP1,VAL1,PROP2,VAL2,...) creates the spinner with the specified property values.Properties:Position : pixel position rectangle, default [20 20 60 20]Min : minimum value, default 0Max : maximum value, default 1StartValue : initial value, default 1Step : increment value, default 0.1Callback : callback (can be a string, function handle, or cell array with a function handle), default ''Tag : name for spinner object.H = SPINNER returns the handle for the edit box that contains the value.Access it's String or Value property to get the string or value from the 'spinner'.[H,H2] = SPINNER returns the handles for the pushbuttons in H2.S = SPINNER(OBJ) returns the spinner data for the figure. If there are multiple spinners in the figure, then passing in the figure handle will return an array of structures. Passing in the handle of one of the uicontrols that comprise a particular spinner will return the structure for that spinner only.Example:fig = figure;h = spinner('Parent',fig,...'Position',[100 100 60 40],...'Min',0,...'Max',1000000,...'StartValue',1,...'Step',100,...'Callback',@(h,e)); Requirements: ยท MATLAB Release: R14
Matlab SPINNER is a Matlab script for Development Tools scripts design by Steve Simon. 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