In matlab Q1) Write functions -> Some will return values to main program and some will not Q2) Graphing Complex functions a+jb j =sqrt(-1) -> Break it into 2 parts - Graph the real - Graph the...


In matlab


Q1) Write functions -> Some will return values to main program and some will not


Q2) Graphing Complex functions a+jb j =sqrt(-1) -> Break it into 2 parts - Graph the real - Graph the imaginary


Ex: y = 0.5 sin(x ) + j 0.2 cos(x)


RealY = 0.5 sin(x)


ImagY = 0.2 Cos(x)


plot(x,RealY)


Plot(Y,ImagY)



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here