Drawing contour on circle with individual(x,y,z) location spots

조회 수: 5 (최근 30일)
MINO
MINO 2020년 11월 17일
댓글: Star Strider 2020년 11월 18일
I have 30 data of points location.
and I want to draw contour with it
can anybody help me please? :(

채택된 답변

Star Strider
Star Strider 2020년 11월 17일
Use the contour function.
If they are not already gridded (in a regularly-spaced 2D array), use the griddata (or related functions) to interpolate them into a grid so contour can plot them.
  댓글 수: 2
MINO
MINO 2020년 11월 17일
i try to use that function contour, but it said Z coordinate should be 2D array, but I can't make it.
and there is no correleation between Z datas. cause it is just thickness..
Star Strider
Star Strider 2020년 11월 18일
Use the griddata function that I linked to.
I have no idea what you want to use in the file you posted.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by