How to plot cosine of complex function of third degree?
1 view (last 30 days)
Show older comments
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
6 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!