Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a GUI in MATLAB using guide is not updating the m-file?

I am trying to create a GUI. I try and add 3 radio buttons to the GUI and when I hit save the m-file doesn't change...

I can add other entities and the m-file is edited and changed like normal.

Am I missing something?

like image 514
dewalla Avatar asked Jan 25 '26 07:01

dewalla


1 Answers

If you delete a function that GUIDE creates it wont automatically add it back for you. You need to use the INSPECTOR tool in GUIDE and click the box next to the function to make GUIDE add the function back into your m-file.

Thanks

like image 121
dewalla Avatar answered Jan 29 '26 14:01

dewalla



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!