Info

This question is closed. Reopen it to edit or answer.

amplitude plot not working

2 views (last 30 days)
albert metzler
albert metzler on 19 Apr 2019
Closed: MATLAB Answer Bot on 20 Aug 2021

Answers (1)

Star Strider
Star Strider on 19 Apr 2019
Your ‘A’ vector has purely imaginary components.
Try this:
plot(omega, imag(A))

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!