dial

版本 1.0.0.0 (32.6 KB) 作者: Kevin Bartlett
Rotary graphical user interface control
2.0K 次下载
更新时间 2008/6/26

查看许可证

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.

引用格式

Kevin Bartlett (2024). dial (https://www.mathworks.com/matlabcentral/fileexchange/20431-dial), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

dial/

dial/@dial/

版本 已发布 发行说明
1.0.0.0

bugfix: 2 uses of '==' instead of '=' (lines 886 and 908 in set() method). Also improved description with installation instructions and "known bugs".