How can I remove some specific lines from this contour plot
显示 更早的评论
I'm a learner in the matlab. This streamline plot is for lid driven cavity with top wall in motion.
I used in this plot around 100 contour lines but I don't want so many contour lines in the plot and if I take less contour lines using
contour(streamline,20)
'then the plot doesn't provide information about small eddies at the corners.
So my Question is that how can I remove specific lines from a contour plot for a higher number of contour
lines.
lines.2 个评论
KSSV
2022-1-24
You can specify the levels in contour. Read the documentation.
Mahendra Yadav
2022-1-24
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!