Be brief:
I input x1=2.3 and I want to get output y1 (Linear correspondence of 2-x1-3 TO 2.3-y1-3.1)
what command can I use?
Tanks to everyone view and review this quesition!

 채택된 답변

Walter Roberson
Walter Roberson 2016년 7월 31일

0 개 추천

y1 = interp1(x, y, x1);

댓글 수: 1

Leotsing
Leotsing 2016년 7월 31일
편집: Leotsing 2016년 7월 31일
Thank you very much!

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

태그

질문:

2016년 7월 31일

편집:

2016년 7월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by