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.
The ButtonGroup controls require the GUI Layout Toolbox by Ben Tordoff and David
Sampson available at:
http://www.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox
The controls in this submissionshould be placed in the +uix folder in the GUI Layout Toolbox or in another folder called +uix that resides under a folder on your path.
Example:
gFig = figure();
gVButtonsBox = uix.VButtonGroup('Parent',gFig, 'Spacing',10,...
'ButtonSize', [200 40], 'ButtonStyle','radio',...
'HorizontalAlignment','left', 'VerticalAlignment','middle');
gVButtonsBox.Buttons = {'Button 1','Button 2', 'Button 3'};
gVButtonsBox.SelectionChangeFcn = {@(gSource,eventdata) disp(gSource.SelectedObject.String)};
Zitieren als
Clym Stock-Williams (2026). ButtonGroup for HG2 (https://de.mathworks.com/matlabcentral/fileexchange/52965-buttongroup-for-hg2), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: GUI Layout Toolbox
Allgemeine Informationen
- Version 1.2.0.0 (3,36 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.2.0.0 | Fixed issue with buttons turning off with multiple presses |
||
| 1.1.0.0 | Slight tidy ups. NB. Any suggestions on how to improve it very welcome |
||
| 1.0.0.0 |
