why is my semilogy not showing anything

3 Ansichten (letzte 30 Tage)
Rexy
Rexy am 18 Mär. 2018
Kommentiert: Walter Roberson am 18 Mär. 2018
Hello ,i am fairly new to MATLAB, graphs not showing up with attachment of m.file
  1 Kommentar
Walter Roberson
Walter Roberson am 18 Mär. 2018
abs() is not the way to extract the real part: use real() to extract the real part.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Von Duesenberg
Von Duesenberg am 18 Mär. 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?

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by