Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write answers in a1.txt. . Do not submit the MATLAB output of these commands 1. Write a MATLAB command that calculates 29 25 x 65
write answers in a1.txt.
. Do not submit the MATLAB output of these commands
1. Write a MATLAB command that calculates 29 25 x 65 + 73 + 4 2. Write a MATLAB command that assigns 5.6 and 7.8 to variables a and b, respectively, and then computes ea Va? + 2ab 2a 3. The surface area (SA) of a cylinder is given by SA2rh + 2r2 where r is the radius and h is the height. Write the MATLAB commands to compute the surface area of a cylinder with radius = 4.5 and height = 6.7. You should first define the variables r and h, and then compute the surface area, SA. 4. Write a MATLAB command that creates a row vector V with the elements log10(111) sin where |cos(x)| is the absolute value of the cosine of x. Then, write the command to find the minimum of V. 00Step 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