필터 지우기
필터 지우기

Weight data for function

조회 수: 2 (최근 30일)
Sarah Yun
Sarah Yun 2020년 1월 13일
편집: Sarah Yun 2020년 1월 13일
Hi,
I am using chi transform function for DTM.
c = chitransform(S,A);
where S = STREAMobj
and A = flow accumulation
I have generated an output array for c (It is long list of numerical values).
I want to re-run chitransform function 2nd time. But this time, I want to change the A variable to weighted values for snowfall data.
Snowfall data, Z, is an array with numerical values.
This means all the values for A must be weighted, normalised i.e. from 0 to 1, with respect to Z and substituted to chi transform function, c.
What is the easiest way to do this with Matlab code for a beginner?
Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by