|
|
| File Information |
| Description |
Creates a "dial"-style graphical user interface control.
Similar in operation and programming interface to Matlab's slider-style uicontrols, but moves in a rotary fashion, rather than linearly. Also different in that a dial control can take minimum and maximum values of -Inf and +Inf.
Install by putting "dial" directory on your Matlab path (do NOT add the "dial/@dial/" directory to your path).
Run the dial_demo.m program for examples of how to use dial.m.
Known bugs: dial objects sometimes very slow to appear and sluggish in response to user inputs. This seems random, and is apparently something internal to Matlab. Closing the figure and regenerating the dial object usually makes the problem go away. |
| MATLAB release |
MATLAB 7.6 (R2008a)
|
| Other requirements |
Object-oriented features of Matlab R2008a and above are required.
Code is not highly optimised; may cause sluggish performance on older computers... |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 26 Jun 2008 |
bugfix: 2 uses of '==' instead of '=' (lines 886 and 908 in set() method). Also improved description with installation instructions and "known bugs". |
| 26 Jun 2008 |
bugfix: 2 uses of '==' instead of '=' (lines 886 and 908 in set() method). Also improved description with installation instructions and "known bugs". |
|
Contact us at files@mathworks.com