How to include zero contour
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Torsten
am 9 Okt. 2023
0 Stimmen
You want to plot imag(taumin(U,xi)) = 0.
Thus use fimplicit:
3 Kommentare
University
am 9 Okt. 2023
But in principle, you can compute "taumin" given U and xi ? This would define a function.
Maybe this method is easier to implement:
University
am 10 Okt. 2023
Kategorien
Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

