How I can write a following statement in Matlab?

조회 수: 1 (최근 30일)
Mubarak Alanazi
Mubarak Alanazi 2018년 11월 24일
편집: dpb 2018년 11월 25일
How I can write following statement in Matlab:
  댓글 수: 2
dpb
dpb 2018년 11월 24일
편집: dpb 2018년 11월 25일
You'll need to write a function using if...elseif...elseif...else...end or you could be creative and write the function using interp1 if wanted a one-liner.
Actually, I was just kicked in the teeth again by the silly restriction of interp1 that only accepts a scalar extrapolation value instead of a two vector for each end...why, TMW hamstrung it such is a pain for such cases. It seems like I figured out a workaround some years ago, but it doesn't strike me at the moment what it was... :( This may just be enough to submit the enhancement request.
Image Analyst
Image Analyst 2018년 11월 24일
Do you want to create a vector of R values? If so, what is the range of x you'd like to evaluate it over?
Or, do you want a function that takes a single input argument, x, and returns a single output argument, a scalar R?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by