% CT_plot_example.m % EE 220/220L Circuits I % Dr. Thomas P. Montoya % clear;clc;close all; % Clear/close variables, command window, & figures w = 500; % Natural Frequency of sinusoid (rad/s) T = 2*pi/w; % Period of sinusoid (s) % Define an analytic sinusoidal voltage t = 0:T/25:3*T; % Define vector of time points over range 0