Need help making a 3D or 2D contour plot
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I am trying to currently make a contour plot of data I gathered from a wind tunnel. I have three 81x1 vectors (lets call them x,y,z) that represents data points:
- Vector's x & y are simply just position points in an x,y grid
- Vector z is the measured velocity at that given (x,y) point
How can I make a plot that will show the magnitude of the velocity at that given point?
댓글 수: 1
Peter O
2017년 2월 23일
Is the contour function giving you trouble, or are you looking for something more specific? contour3 is another option if you really want a 3D view.
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!