Radio Buttons in a listdlg?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Edmund Paul Malinowski
el 16 de Nov. de 2015
Comentada: Edmund Paul Malinowski
el 16 de Nov. de 2015
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 comentarios
Respuestas (1)
TastyPastry
el 16 de Nov. de 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 comentarios
Ver también
Categorías
Más información sobre Signal Processing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!