why is my semilogy not showing anything

2 次查看(过去 30 天)
Hello ,i am fairly new to MATLAB, graphs not showing up with attachment of m.file
  1 个评论
Walter Roberson
Walter Roberson 2018-3-18
abs() is not the way to extract the real part: use real() to extract the real part.

请先登录,再进行评论。

回答(1 个)

Von Duesenberg
Von Duesenberg 2018-3-18
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?

标签

Community Treasure Hunt

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

Start Hunting!

Translated by