Building a GUI to graph a linear equation - English

311 visits



Outline:

*About Linear equation of a line, *What are Axes, *Use of Edit box for taking user input for a, b and c, *Use of Text box for displaying the slope and y-intercept, *Use of Pushbutton to plot the response of a Linear Equation, *Use of Axes to plot an equation of line, *Writing Tag and String for all the objects, *Auto-generate a Scilab code using GUI Builder toolbox, *Write a callback function, *Use of strtod command, *Use of xgrid command, *Test the GUI.