Radio Buttons in a listdlg?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hey all,
Is it possible to add radio buttons to a listdlg? I've read lots on how to create button groups but they all seem to be for figures and not inputdlg or listdlg.
Ideally for my assignment, i have user the select which note (C-B) is to be filtered but i want 2 radio buttons so that they can choose to either filter out that note or filter out everything but that note (i'll create bandpass and bandreject filters to do this)..
Thanks,
Paul..
0 Commenti
Risposte (1)
TastyPastry
il 16 Nov 2015
From how I understand the predefined user input GUIs in Matlab, it's difficult, if not impossible to change them. However, they're all pretty easy to write yourself either using GUIDE or just coding it from a blank document.
Why does listdlg not work for you? It allows you to select exclusive options just like radio buttons.
2 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!