You are on page 1of 1

Date 23/9/13 subject= N.T . LAB EEE-351 Software=MATLAB 7.12.

0(R2011a) PROGRAM

Page no.14

Aim :Q: Ans: clc;


clear; x=0:.01:2*pi; y1=sin(x); y2=sin(x+(pi/4)); plot(x,y1,x,y2); ylable('amplitude'); xiable('time'); grid;
1 0.8 0.6 0.4 0.2 0 -0.2 -0.4 -0.6 -0.8 -1

Precautions Use correct syntax while solving the problms Save the file after completing the program Use the HELP option for proper syntax information

Name= Himanshu Tiwari

Roll no.=1228421020

You might also like