How can I grab the contour lines into a new figure ?
显示 更早的评论
I am using contour function to get the contour lines from an image. Now I'd pretend to get only the contour lines created before to make a new image.
I am using [C,h]=contour(a,[0 0]); I have C - ContourMatrix and h - handler.
How can I create a new image (only contour lines) with this C and h ??
Thanks in Advance Mike
采纳的回答
更多回答(1 个)
Angus
2013-6-7
0 个投票
"ContourMatrix is also a read-only contourgroup property that you can obtain from the returned handle." -- matlab docs
类别
在 帮助中心 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!