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!

