why is my semilogy not showing anything
Show older comments
Hello ,i am fairly new to MATLAB, graphs not showing up with attachment of m.file
1 Comment
Walter Roberson
on 18 Mar 2018
abs() is not the way to extract the real part: use real() to extract the real part.
Answers (1)
Von Duesenberg
on 18 Mar 2018
It does plot something; you can check this if you provide a marker and exaggerate its size:
semilogy(f, Zin_real, 'ko', 'MarkerSize', 10)
But is this really what you wanted?
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!