why is my semilogy not showing anything

2 vues (au cours des 30 derniers jours)
Rexy
Rexy le 18 Mar 2018
Commenté : Walter Roberson le 18 Mar 2018
Hello ,i am fairly new to MATLAB, graphs not showing up with attachment of m.file
  1 commentaire
Walter Roberson
Walter Roberson le 18 Mar 2018
abs() is not the way to extract the real part: use real() to extract the real part.

Connectez-vous pour commenter.

Réponses (1)

Von Duesenberg
Von Duesenberg le 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?
  1 commentaire
Rexy
Rexy le 18 Mar 2018
it something like this

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by