Answer All questions. Take screenshots when using MATLAB to write the scripts and insert them in your final report. 3. Plot a two-dimensional graph of the two vectors x=[ 10.2 * 30 40 50 60 70 ] and y = [11 23 14 16 22 23 25] using the plot command. Add to the graph a suitable title along with labels for the x-axis and the y-axis.
Answer All questions. Take screenshots when using MATLAB to write the scripts and insert them in your final report.
3. Plot a two-dimensional graph of the two
x=[ 10.2 * 30 40 50 60 70 ] and
y = [11 23 14 16 22 23 25] using the plot command.
Add to the graph a suitable title along with labels for the x-axis and the y-axis.
4. Plot the mathematical function y = 4x ^ 2 + 3 in the range x from - 7to + 7 o Include a title for the graph as well as labels for the two axes.
o Show the curve with a blue dashed line with circle symbols at the plotted points.
5. Plot the following four mathematical functions each with its own diagram using the subplot command. The functions are y = 2x ^ 3 - 4 z = x + 1 , d = x ^ 2 - 2 and v = x ^ 2 + 3 . Use the vector x=
[1 2 3 4 5 6 7 8 9 10] as the range for x.
o Include a title for the graph as well as labels for the two axes.
o Print the legend box
o Move the legend box to the south east
6. Use the surf command to plot a three-dimensional surface of elements of the following vectors: x =[1 2 3 4 5 6 7 8 9 10]. y =[1 2 3 4 5 6 7 8 9 10]. and z= sin(x) .^ * cos(y).
o There is no need to show title or axis information.
o display color scale
![[11] Convert each of the following expressions into sum of products and product of sums :
(a) F = (AB+C)(B+CD)
(b) F= x + x(x + y) (y + z)
[12] Express the following functions as CSOP and CPOS expressions:
(a) F(x,y,z) = (x+y+z)(x+z') + yz
(b) F(w, x, y, z)=xy(wz+wz) (w+xz)
in terms of x, y, and z
in terms of w, x, y, and z
[13] Given the following pulse trains for A, B and C, draw the pulse trains for F₁ and F2.
B
A
C
D
F1
D
Draw the answers here
F2 B 0
F₁
A 1
F2
C 0
1
0
1
1
1
0
1
0
0
0 1
1
1
0 1
0
0
1
1](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Ff5e6982d-71ef-4482-a501-2988a26ec89b%2Fa0d19c31-0a6c-48ed-a6f0-fc43079099cd%2Fw141rg_processed.jpeg&w=3840&q=75)

Step by step
Solved in 5 steps with 2 images









