contour plot, non-grid arranged coordinates
이전 댓글 표시
Hello,
I've been using contourf plots alot and until now I all the data I have been using has been arranged in a nice rectalinear grid. I could do with being able to plot contour plots using data colected from random, unstructured locations, albeit with known coordinates. Beacuse of this I cannot create a typical 'z' matrix containing the data, because the data was not collected at points arranged in a grid. I can't find how to plot this, but this may be due to ineptness on my behalf, is it possible to plot this data? It is not appropriate for me to interpolate the data onto a grid.
Thank you for your help,
Josh
답변 (1개)
Walter Roberson
2011년 8월 3일
0 개 추천
Unfortunately, in MATLAB about the only mechanism to plot when your coordinates are irregularly spaced, is by using scatter() . That does not, however, solve the problem of contouring over the data.
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!