How can I do a 3D lookup table of a table with different sizes?

1 回表示 (過去 30 日間)
Jose Antonio
Jose Antonio 2014 年 8 月 1 日
コメント済み: Jose Antonio 2014 年 8 月 4 日
Hi, I'm trying to do a 3D lookup table in a simulink model, but I've got a problem with the sizes.
I've got 3 2D tables with different sizes:
Kbw1 604x6 double
Kbw2 490x5 double
Kbw3 664x7 double
I tried setting Kbw as:
Kbw(:,:,1)=Kbw1
Kbw(:,:,2)=Kbw2
Kbw(:,:,3)=Kbw3
But the dimmensions don't match.
Do you know any solution?
Thank you
  2 件のコメント
Image Analyst
Image Analyst 2014 年 8 月 1 日
What happens if you try to access the (1,7,1) element? It's not there.
Jose Antonio
Jose Antonio 2014 年 8 月 4 日
I know that, my question is if you know any way to do it so simulink is able to get the information...

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by