Spoken Tutorial, IIT Bombay https://spoken-tutorial.org GUI in Scilab Creating a basic GUI using Scilab- Assignment Add one more pushbutton to the current GUI as described below, 1.Size, Height: 200 units Width: 100 units. 2.Position: Align it below the Print pushbutton with a gap of 20 units. 3.Add a String named 'Press here' for the pushbutton. 4.Add a callback function to display the message 'Good day!' on the Scilab console. Hint: The name of the function must be different.