How to include zero contour
이전 댓글 표시
Hi,
In the .m file attached, I have a plot of a contour.
The plot for the contour is on line 111. Please how can I include the contour at imag(taumin)=0.
채택된 답변
추가 답변 (1개)
Torsten
2023년 10월 9일
0 개 추천
You want to plot imag(taumin(U,xi)) = 0.
Thus use fimplicit:
댓글 수: 3
University
2023년 10월 9일
But in principle, you can compute "taumin" given U and xi ? This would define a function.
Maybe this method is easier to implement:
University
2023년 10월 10일
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

