Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Anmerkung des Herausgebers: This file was a File Exchange Pick of the Week
An indispensible uicontrol: linked slider, text, and labels all self-contained in a panel.
FUNCTION:
sliderHandle,panelHandle,editHandle] = sliderPanel(parent, PanelPVs, SliderPVs, EditPVs, LabelPVs, numFormat)
Creates a slider in a separate uipanel, with an associated interactive EditBox, and left and right labels showing the minimum and maximum values of the slider, respectively.
Moving the slider automatically updates the textbox, and vice versa. Both slider movement and text edits will trigger (non-recursively) the callback of the slider.
The EditBox automatically disallows the entry of non-numeric values, or of values outside of [min,max]. Attempts to enter disallowed values will be ignored.
Two syntaxes are supported. One gives FULL control over all elements of the sliderPanel, and a second provides easier access to a subset of the functionality.
UPDATE: Right-clicking the slider now resets the sliderPanel to its default (creation) value.
Zitieren als
Brett Shoelson (2026). sliderPanel (https://de.mathworks.com/matlabcentral/fileexchange/13845-sliderpanel), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: Dynamical System Viewer, cqi_plotmatrix( data,varargin ), SegmentTool: An Interactive GUI for Segmenting Images
Allgemeine Informationen
- Version 1.12.0.1 (6,02 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.12.0.1 | Updated license |
||
| 1.12.0.0 | Right-clicking now resets the slider to its default (creation) value. |
||
| 1.9.0.0 | Right-clicking the slider now resets the sliderPanel to its default (creation) value. |
||
| 1.4.0.0 | Now automatically includes right-click reset to default (initial) value! |
||
| 1.3.0.0 | Updated M file and license text file copyright to The MathWorks, Inc. |
||
| 1.2.0.0 | added copyright |
||
| 1.0.0.0 | This is a bug fix; in adding simplified syntax, I broke support for structs. Also, no 'Parent' arg now needed in simplified syntax. |
