How to link a "Checkbox" functionality with "Radiobutton" in appdesigner matlab?

3 次查看(过去 30 天)
Hello.. i m plotting a data of two variables "a" & "b".... two radiobutton for plotting different ranges... i want that radio buttons should plot when i tick the checkbox "Plot"... at present radiobutton are working even if checkbox is active or not.
How to link a "Checkbox" functionality with "Radiobutton"
.. images and file code also attached.

采纳的回答

Mario Malic
Mario Malic 2020-10-8
I waited a bit, was hoping that you'll be able to solve it on your own, and I still do. Just reorder your commands, if you want to plot with the checkbox, why the plot commands aren't in that function callback? Your range affects the plot, so you can use it within plot command.
Hint on the Button group: Value says if the button has been pressed or not, text is the title of the button.
app.ButtonGroup.SelectedObject
ToggleButton (button1) with properties:
Value: 1
Text: 'button1'
Icon: ''
Position: [12 41 100 22]
You can use the Text property and strcmpi to detect which button is pressed.
Even though this answer is not actually a proper answer, but I'll post it as one, as motivation to do the task on your own.
  12 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by