Question: engineering math The temperature during the week at a certain location in C is [32 31 32.5 34 36 33 31.3). What is the average







engineering math
The temperature during the week at a certain location in C is [32 31 32.5 34 36 33 31.3). What is the average temperature (in F) during this week? (two decimal places, no rounding off) Use the function you've created. Calculate the average weight of the people in the elevator in pounds (lbs) when their weight in kilograms (kg) is 172 60 54 6255356.81 (two decimal places, do not round off Use a conversion factor of 1 kg = 2.20462 lbs. Use the function you've created Which of the following cannot be used to find out more information on MATLAB functions? O find O doc O lookfor help Assume you are given the following function: function[M_NEW.N] = SimpleCalculations(Wii) M_NEW = Wii +30; N=M_NEW/2; Wii = 35; What is stored in the variables P, C, and r after executing the following lines of MATLAB code? r=5; IP.C]=SimpleCalculations(r); Enter numbers only not text! P= type your answer... type your answer = type your answer... Which function header is incorrect? function [] = F(x,b,c,d) function [t,G] = D(E,F) function [G;E] = (x,b) function [t,C] = (e,B) function [t] = () How do we call this function from a program? function (X,Y] = PolToCart(R,Theta) X=R* cos(Theta * 2 * pi/360); Y=R* sin (Theta * 2 * pi/360); O PolToCart(3,5) PolToCart(M=3.N=5) IM,N]=PolToCart(3,5) (3.5)=PolToCart(M.N] (M.N)=PolToCart(3,5] Write (a) the function header and (b) the program function call for the following question We want to write a function (TheForce) which has 2 input arguments: mass (m), in kilograms [kg] gravity (g) in meters per second squared [m/s 21 The output of the function should be the result of calculating the force (F). function type your answer. type your answer. type your answer. [type your answer.. type your answer type your answer... The temperature during the week at a certain location in C is [32 31 32.5 34 36 33 31.3). What is the average temperature (in F) during this week? (two decimal places, no rounding off) Use the function you've created. Calculate the average weight of the people in the elevator in pounds (lbs) when their weight in kilograms (kg) is 172 60 54 6255356.81 (two decimal places, do not round off Use a conversion factor of 1 kg = 2.20462 lbs. Use the function you've created Which of the following cannot be used to find out more information on MATLAB functions? O find O doc O lookfor help Assume you are given the following function: function[M_NEW.N] = SimpleCalculations(Wii) M_NEW = Wii +30; N=M_NEW/2; Wii = 35; What is stored in the variables P, C, and r after executing the following lines of MATLAB code? r=5; IP.C]=SimpleCalculations(r); Enter numbers only not text! P= type your answer... type your answer = type your answer... Which function header is incorrect? function [] = F(x,b,c,d) function [t,G] = D(E,F) function [G;E] = (x,b) function [t,C] = (e,B) function [t] = () How do we call this function from a program? function (X,Y] = PolToCart(R,Theta) X=R* cos(Theta * 2 * pi/360); Y=R* sin (Theta * 2 * pi/360); O PolToCart(3,5) PolToCart(M=3.N=5) IM,N]=PolToCart(3,5) (3.5)=PolToCart(M.N] (M.N)=PolToCart(3,5] Write (a) the function header and (b) the program function call for the following question We want to write a function (TheForce) which has 2 input arguments: mass (m), in kilograms [kg] gravity (g) in meters per second squared [m/s 21 The output of the function should be the result of calculating the force (F). function type your answer. type your answer. type your answer. [type your answer.. type your answer type your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
