I plot a contour with Z value with specific value
4 次查看(过去 30 天)
显示 更早的评论
I want if plot a countour with specific value of Z , in this case is 1 but, it have the two cases of variable of x,y equal to 1 and -1479, it has been ploted both, But i just plot value at Z=1, Plsease help me. thanks.
b2=contour(fbb./fs_i,Coss_bb./1e-12,fQ_b,[1,1],'--','LineWidth',3,'color','g');
0 个评论
采纳的回答
KSSV
2020-8-19
c = contour()
c also carries the points (x,y) of each/ different level which you have specififed. You can pick the points (x,y) you want and plot them using plot. You can dislay the level using text command.
6 个评论
KSSV
2020-8-19
Use plot..in here you can specify your marker, line specifications, color and you can bel using text.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!