필터 지우기
필터 지우기

lookup table(interp)command

조회 수: 2 (최근 30일)
Leotsing
Leotsing 2016년 7월 31일
편집: Leotsing 2016년 7월 31일
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일
y1 = interp1(x, y, x1);
  댓글 수: 1
Leotsing
Leotsing 2016년 7월 31일
편집: Leotsing 2016년 7월 31일
Thank you very much!

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by