countour plot of three variable ?
이전 댓글 표시
Hi I have thistext file ( please see attached )with 3 columns ( lat, lon and depth ) I want to plot a contour map of the water depth as a function of lat and lon. I used the following code contour (lat,lon,depth) where I extracted lat, lon, and depth separately but I get this error "Z must be at least a 2x2 matrix."
any help ? thanks
댓글 수: 1
Star Strider
2017년 12월 20일
답변 (1개)
Walter Roberson
2017년 12월 20일
0 개 추천
Use griddedInterpolant()
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!