why is my semilogy not showing anything
1 回表示 (過去 30 日間)
古いコメントを表示
Hello ,i am fairly new to MATLAB, graphs not showing up with attachment of m.file
1 件のコメント
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
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!