How can I draw a complex contour?

6 次查看(过去 30 天)
I think this line is the problem
[DH1,h1]=Real(contour(y,x,psi1,10,'-k'));

回答(1 个)

Takumi
Takumi 2020-7-13
[DH1,h1]=(contour(y,x,real(psi1),10,'-k'));
  4 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by