How can I draw a complex contour?

4 visualizaciones (últimos 30 días)
Shreen El-Sapa
Shreen El-Sapa el 13 de Jul. de 2020
Comentada: Shreen El-Sapa el 14 de Jul. de 2020
I think this line is the problem
[DH1,h1]=Real(contour(y,x,psi1,10,'-k'));

Respuestas (1)

Takumi
Takumi el 13 de Jul. de 2020
[DH1,h1]=(contour(y,x,real(psi1),10,'-k'));
  4 comentarios
madhan ravi
madhan ravi el 14 de Jul. de 2020
doc real
doc imag
Shreen El-Sapa
Shreen El-Sapa el 14 de Jul. de 2020
Thanks so much

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by