Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part (1): Write a Scilab code to calculate the surface area and volume for a cube, cuboid, cone, and cylinder. The user should specify the
Part (1): Write a Scilab code to calculate the surface area and volume for a cube, cuboid, cone, and cylinder. The user should specify the shape followed by the required dimension (ex. For cube input base, for cylinder input radius and height etc.......) Ask the user to enter the shape. If the user entered any wrong shape other than mentioned above, display the message "Wrong Option" Ask the user to enter the required dimensions. Ask the user to specify the required output (Surface area or volume). Display the specified output. Comment on each line in your code. . . Part (2): (Continue in the same code) Consider a plot for the Cylinder (Surface area vs radius) wherer is the radius range from 1m to 18m with 0.25m intervals, the height is 15m. Plot the Surface area vs Radius for the corresponding range of radius Ensure that your plot is suitable for technical presentation: Provide a descriptive title of your plot. Label your x and y axes (with units). Change the color of the line to vellow color. . . I need sloving Note: part 2 only Submission should be Scilab file of the code
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started