I have data x=[ 0 3 7 11];y=[0 2 4 8];z=[1 10 8 11;2 11 9 12;3 12 10 14;3 12 10 14;4 13 12 15].How to find patches of data(X,Y,Z)
조회 수: 1 (최근 30일)
이전 댓글 표시
I have data
x=[ 0 3 7 11];
y=[0 2 4 8];
z=[1 10 8 11;2 11 9 12;3 12 10 14;3 12 10 14;4 13 12 15]
How to find patches of data(X,Y,Z)
댓글 수: 1
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!