why is my semilogy not showing anything

3 visualizaciones (últimos 30 días)
Rexy
Rexy el 18 de Mzo. de 2018
Comentada: Walter Roberson el 18 de Mzo. de 2018
Hello ,i am fairly new to MATLAB, graphs not showing up with attachment of m.file
  1 comentario
Walter Roberson
Walter Roberson el 18 de Mzo. de 2018
abs() is not the way to extract the real part: use real() to extract the real part.

Iniciar sesión para comentar.

Respuestas (1)

Von Duesenberg
Von Duesenberg el 18 de Mzo. de 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?

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by