DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Engineering Matlab plotting

Program 1: clear all;close all;clc;clf; t=0:0.01*pi:4*pi; x=sin(t); y=x; z=x; n=length(y); for i=1:n if (x(i) Program 2: clc;close all;clear all; t=0:0.1*pi:2*pi; n=length(t);…