diff options
Diffstat (limited to '758/CH1/EX1.2.c/Ex_1_2_c.sce')
-rwxr-xr-x | 758/CH1/EX1.2.c/Ex_1_2_c.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/758/CH1/EX1.2.c/Ex_1_2_c.sce b/758/CH1/EX1.2.c/Ex_1_2_c.sce new file mode 100755 index 000000000..118698715 --- /dev/null +++ b/758/CH1/EX1.2.c/Ex_1_2_c.sce @@ -0,0 +1,7 @@ +//Example 1.2 (c)
+clc;clear;
+pi=22/7;
+t=-5:0.01:5;
+x=cos(2*pi*t-50*pi);
+plot(t,x);
+title('x(t)=cos(2*pi*t-*pi)');
\ No newline at end of file |