Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Plotting 3D parametric curves in GUI - English

1374 visits



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, * Auto-generate a Scilab code using GUI Builder Toolbox, * Write a callback function to display the Slider value in a Text box, * Write a user defined function to plot the sphere, * About surf command, * About mesh command, * About meshgrid, * Test the GUI.