Convert the following into Phasor Representation By using MA
Convert the following into Phasor Representation: (By using MATLAB and Graphic Technique)
5cos(20t)dtSolution
int(`5* cos(20t)*dt) print in matlab editor
for example
F=(X^2) dt the matlab code
>syms x >>f=inline(’xˆ2’) f = Inline function: >>f(x) = xˆ2 >>int(f(x)) ans = 1/3*xˆ3

