International pay
https://www.patreon.com/matlabit
Help me financially my GOOGLE PAY /PHONE PAY NUMBER +91-8412090381
Hello, friends in this video I have given information about how to use the toggle button in GUI using MATLAB software.
Follow the following steps to use the toggle button:
1. Open the command window and write the "guide" command then give enter.
2. select blank GUI
3. then pick and place the toggle button on GUI.
4. double click on the toggle button and change the properties as per your choice.
5. for output purposes I have taken static text.
6. Again write click on the toggle button and go to the callback.
7. first save the GUI file then it will automatically generate a dot m file for that GUI file with the same name.
8. then write the program under that toggle button as given in the video
# TOGGLE Button
#GUI
#MATLAB