How to obtain a Matrix as output from a 3-D LookUpTables?

조회 수: 1 (최근 30일)
matteo piano
matteo piano 2021년 9월 29일
댓글: matteo piano 2021년 9월 30일
I use as Table Data a 3D array composed by thirty 28x28 Matrices (state space matrices varying with time t). I obtain a resulting signal from the LUT which is a vector of dimension 1x784 instead of a 28x28 matrix. There is a way to obtain directly the interpolated matrix or I have to rearrange the elements of the vector manually in a matrix? Thank u so much.

채택된 답변

stozaki
stozaki 2021년 9월 29일
Hi,
How about using the reshape block to convert 1x784 to 28x28?
  댓글 수: 1
matteo piano
matteo piano 2021년 9월 30일
Thank u so much, I was thinking about it but I wasn't sure. I'll try!

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by