Enter table with conditional limits and able to interpolate

조회 수: 3 (최근 30일)
juan sanchez
juan sanchez 2024년 9월 23일
편집: dpb 2024년 9월 25일
I would like to enter the following numerical table with conditional limits and be able to interpolate within the values provided in the table. I was able to enter the rows x columns but I do not know what can I do for those values that are less than or larger than. How can <= or >= be taken care of? I believe interp2 should be used to find intermediate values for lets say h/L=12 degrees and h/L =0.35 for example. Please advise.
  댓글 수: 5
juan sanchez
juan sanchez 2024년 9월 25일
Thank you very much. The 'griddedInterpolant' was new to me. I am trying it out. Can Extrapolation work?
dpb
dpb 2024년 9월 25일
편집: dpb 2024년 9월 25일
You don't want to actually extrapolate; it's used above to bound the ends by using the nearest input points as the extrapolated values...if the inputs are outside the range defined, the closest values will be the endpoints
griddedInterpolant acts differently in that regards; the only options available to interpN is to either actually extrapolate (not wanted here, certainly) or set a constant value which is universal and not a value dependent on which end of the input one is extrapolating from.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by