Normalise data in Matlab

3 ビュー (過去 30 日間)
Sarah Yun
Sarah Yun 2020 年 1 月 15 日
回答済み: Image Analyst 2020 年 1 月 15 日
Hi,
I have rainfall time-series data for 5 sites (five columns in MATLAB) around a neighbourhood. This data spans 40 years.
I have a DTM of the neighbourhood.
I want to show this rainfall data as a gradient across the neighbourhood DTM extent.
I have normalized the rainfalldata to take values between 0 and 1.
Now, should I use ScatteredInterpolant to interpolate the normalised rainfall data onto the DTM array?
How should I do this?
Then, can I calculate the flow accumulation and plot the results, showing the gradient rainfall?
Can you help me here? Thank you.

回答 (1 件)

Image Analyst
Image Analyst 2020 年 1 月 15 日
If you have data for only some (x,y) locations and then you want to interpolate data values for the missing (x,y) locations, then you can use scatteredInterpolant(). See my attached demo and adapt it to your situation.

カテゴリ

Help Center および File ExchangeOceanography and Hydrology についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by