Trace and Plot Basic Trigonometric Functions in Matlab: Objective
Trace and Plot Basic Trigonometric Functions in Matlab: Objective
Exponential Functions:
x=[0:0.1: 2*pi];
y=sin(x); plot(x,y);
xlabel(`angle (rad)`)
ylabel(`sine`)
title(`y = sin(x)`)
You will see a sinusoid on the graphics window. The sinusoid is plotted for values of x between
0 and 2 p; the step between consecutive values of x is 0.1.
Experiment with commands "cos", "tan", "cot". Subplot:
a
= 10;
t = 0 : 0.01 : 10; A =
a*sin(t);
subplot(121),plot(t,A)
; B = a*cos(t);
subplot(122),plot(t,B)
;
Apply Student is unable to apply With instructor/ supervisor’s With instructor/ Student is able to apply all
Procedural described procedure to guidance, student is able to supervisor’s guidance, procedural knowledge to
5 Knowledge to perform activity despite apply some of the described student is able to apply all independently perform
perform an instructor/ supervisor’s procedure to partially described procedure to activity without instructor/
activity guidance. perform activity. fully perform activity. supervisor’s guidance.
Group No.
C P Domain
N L L + Criteria Awarded Score (out of 4 for each cell)
o. O O Taxonomy
1 5 5 P3 Operational Skills for Hardware/Software equipment and
involved components
2 A3 Effectively reported the activity performed in lab
6 10
- - - -
Total
-