Filter löschen
Filter löschen

How to implement interp2 within Simulink

1 Ansicht (letzte 30 Tage)
rupprechtt
rupprechtt am 11 Aug. 2017
Kommentiert: rupprechtt am 12 Aug. 2017
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!

Antworten (1)

Sebastian Castro
Sebastian Castro am 11 Aug. 2017
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 Kommentar
rupprechtt
rupprechtt am 12 Aug. 2017
The problem is, I have two Matrices as breakpoints.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by