필터 지우기
필터 지우기

How to get the data from a contour plot imagine in png

조회 수: 1 (최근 30일)
Isabella
Isabella 2020년 4월 26일
답변: Samatha Aleti 2020년 4월 29일
Hi,
I nedd to get the data out of a contour plot avalaible in png (or similar). Do you have any matlab code to suggest? There are many codes to take single data point from a xy graph image, but I am looking for a contour plot. I can see it should be possible, is there anything already developed?
Thank you,
Isabella

답변 (1개)

Samatha Aleti
Samatha Aleti 2020년 4월 29일
Hi,
As per my understanding, you have a “png file and want to extract the contour data from the file. You can use the function “imcontour” to do this with the following syntax to get the contour data:
[C, h] = imcontour(___)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by