How to implement interp2 within Simulink

조회 수: 4 (최근 30일)
rupprechtt
rupprechtt 2017년 8월 11일
댓글: rupprechtt 2017년 8월 12일
Is there a way to implement interp2(A,B,C), where size(A) = size(B) = size(C) = [480,640], within Simulink without using a Matlab function?
I thought about a LookUpTable, but didn't know how to use one with Matrices.
Thanks a lot!

답변 (1개)

Sebastian Castro
Sebastian Castro 2017년 8월 11일
There is a 2-D Lookup Table block where you can enter 2 vectors for the breakpoints and a 2-D matrix for the table data. See here:
- Sebastian
  댓글 수: 1
rupprechtt
rupprechtt 2017년 8월 12일
The problem is, I have two Matrices as breakpoints.

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

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by