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!