フィルターのクリア

countour plot of three variable ?

1 回表示 (過去 30 日間)
Akim Mahmud
Akim Mahmud 2017 年 12 月 20 日
回答済み: Walter Roberson 2017 年 12 月 20 日
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 件)

Walter Roberson
Walter Roberson 2017 年 12 月 20 日
Use griddedInterpolant()

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by