How to plot cosine of complex function of third degree?
조회 수: 5 (최근 30일)
표시 이전 댓글
I plot the phase of this function
fb(z) = (0.1496 − 0.1692i)z^−1 + (0.2472 + 0.0916i)z^−2 + (−0.8196 − 0.3718i)z^−3
by using this command
surf(re_z,im_z,angle(f_of_z_result),'EdgeColor','none'); .
My question is how can me plot the cosine of this function?
I appriciate any help
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!