How can I draw a complex contour?

5 views (last 30 days)
Shreen El-Sapa
Shreen El-Sapa on 13 Jul 2020
Commented: Shreen El-Sapa on 14 Jul 2020
I think this line is the problem
[DH1,h1]=Real(contour(y,x,psi1,10,'-k'));

Answers (1)

Takumi
Takumi on 13 Jul 2020
[DH1,h1]=(contour(y,x,real(psi1),10,'-k'));
  4 Comments

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!