The Tutorials in this series are created using Scilab 6.1.0 on Windows 10 OS. Graphical user interface (GUI) in Scilab allows you to operate the software programs with a point-and-click interface, eliminating the need for others to learn a language or type commands in order to run the program. Scilab offers multiple options for developing a GUI. Among all the GUI approaches, the GUI Builder toolbox is the most extensively used. With this toolbox, creating a GUI is very simple. This toolbox is developed by Tan Chin Luh and David Violeu. This is the fastest and easiest way to create the GUI in Scilab. This series shows how to make a Graphic user interface (GUI) from scratch and with the GUI Builder toolbox. Read more
Foss : GUI in Scilab - English
Outline: Learn about GUI and its benefits. What are objects? What is a pushbutton? What is a callback function? Use of a graphic window. About figure function. About ui..
Outline: *Learn about GUI Builder Toolbox, *Install GUI Builder Toolbox, *About GUIBuilder Palette, *Adding a pushbutton, *What is Tag, *What is String, *Adding a Pushbutton to a GUI ..
Outline: *About an Edit box, *About a Text box, *How to open an existing GUI, *Adding Tag and String, *Adding an Edit box to GUI, *Adding a Text box to GUI, *About string command, *..
Outline: *How to change the Background color, *How to change the Font angle of the string, *How to change the Font size of the string, *How to change the Font weight of the string, *How..
Outline: * Learn about an exponent calculator, * Adding Edit box for base to take user input, * Adding Edit box for exponent to take user input, * Adding a Text box to display the output..
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 Push..
Outline: * Learn about basic plotting in GUI * About Checkbox, * Adding Checkbox for sine function, * Adding Checkbox for cosine function, * Adding an Axes to display the response of a ..
Outline: * Learn about an interest calculator, * About Radiobutton, * Adding Edit box for principal to take user input, * Adding Edit box for rate of interest to take user input, * Addi..
Outline: * About parametric form of a circle, * About a Slider, * Add a Slider to vary the value of a radius, * Add a Text box for displaying the value of radius, * Add an Axes to displ..
Outline: * About parametric form of a sphere, * Using a Slider to vary the value of a radius, * Using a Text box for displaying the value of radius, * Using an Axes to display the plot, ..