I want to create the GUI using one push button and check box.
In my GUI I want to read the text file in the while loop and plot that read text file data using push button and check box.
The purpose of push button is to just plot the point to point plotting
while the check box plots the the text file data continuously.
While running the GUI program when I push pushbutton so the simulation do just point to point plotting while hitting check box simulation performs continuous plotting from the current text file point.
please help I spent 4 days but couldnt find the way two link the check box and push button in MATLAB GUI
In my GUI I want to read the text file in the while loop and plot that read text file data using push button and check box.
The purpose of push button is to just plot the point to point plotting
while the check box plots the the text file data continuously.
While running the GUI program when I push pushbutton so the simulation do just point to point plotting while hitting check box simulation performs continuous plotting from the current text file point.
please help I spent 4 days but couldnt find the way two link the check box and push button in MATLAB GUI