Topic: Create plot that depends on user inputs
Can I create a GUI using aplot that has boxes where a user can enter a values of specified types (character, integer, real, or logical) and the program does some calculations based on the inputs and displays a plot? The user should be able to change an input, which causes calculations to be done and the plot to be updated. Thanks.