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

1 vue (au cours des 30 derniers jours)
matteo piano
matteo piano le 29 Sep 2021
Commenté : matteo piano le 30 Sep 2021
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.

Réponse acceptée

stozaki
stozaki le 29 Sep 2021
Hi,
How about using the reshape block to convert 1x784 to 28x28?
  1 commentaire
matteo piano
matteo piano le 30 Sep 2021
Thank u so much, I was thinking about it but I wasn't sure. I'll try!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by