Page 1 of 1

PLEASE ANSWER USING MATLAB OR OCTAVE AND SHOW CODING STEPS!

Posted: Mon May 09, 2022 6:13 am
by answerhappygod
PLEASE ANSWER
USING MATLAB OR OCTAVE AND
SHOW CODING STEPS!
Please Answer Using Matlab Or Octave And Show Coding Steps 1
Please Answer Using Matlab Or Octave And Show Coding Steps 1 (66.19 KiB) Viewed 28 times
1.1. Create row of vectors starting with 2, decreasing in increment of -2 to -12 (2) 1.2. Create a random matrix (3x3) (1) 1.2.1. Fill the second row with 1 2 3. (1) 1.2.2. Fill the first column with 2s. (1) 1.2.3. Fill the third row with ones. (1) с е с е 1.3. In the metric system, fluid flow is measured in cubic meters per second (mº/s). A cubic foot per second (ft3/s) is equivalent to 0.028 m/s. Write a m.file titled flowrate that will prompt the user for flow in mºls and will print the equivalent flow rate in ft3/s. Hint this should be the output: >> flowrate Enter the flow in m^3/s :15.2 A flow rate of 15.200 meters per sec is equivalent to 542.857 feet per sec (10) 1 4. Working on the workspace plot exp(x) for values of -2 < x < 2 in steps of 0.1. Label the x-axes, y-axes and title of the graph as x, y and Exp(x). (10) [26 marks]