Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi, Please helo me solve the quetions, thanks. Question 5 Answer saved Find the error in the following code. X = 11:10; Y=-1:2:10; plot(x,y) Marked
Hi, Please helo me solve the quetions, thanks.
Question 5 Answer saved Find the error in the following code. X = 11:10; Y=-1:2:10; plot(x,y) Marked out of 0.40 P Flag question Select one: a. Length of x and y should be same b. Syntax of plot is wrong c. Plot is not available in MATLAB d. No error Previous page Question 1 Answer saved Marked out of 0.40 What is the output of the following code? t=linspace(0.3'pi); p=sin(t); qocosit); plot(t.p.t.g): P Flag question Select one: a. Multiple plots b. A sinusoidal CA unit circle d. Error Question 4 Which command will create a plot of acceleration vs. time (i.e., a vector time on the x-axis and a vector acceleration on the y-axis)? Answer saved Marked out of 0.40 P Flag question Select one: a. plot(time, acceleration) b. plot([acceleration, time]) c.plot(acceleration time) d.plot([time, acceleration) Previous page Question 3 Which of the following expressions generates an evenly spaced vector containing 15 values between 4 and 20? Answer saved Marked out of 0.40 Select one: a. x=linspace(15,4,20) b. x=linspace(4,20,15) Flag question c. x=linspace(4,15,20) d.x=4:15:20 Previous page Question 2 What happens if we do not stop the implementation of the hold on function? Answer saved Select one Marked out of 0.40 a. Error is generated P Flag question b. Plot function won't work C. MATLAB keeps on generating multiple plots in the same window d. Nothing happens Previous page WC 2020. All ruhts reserved
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