Borrar filtros
Borrar filtros

Lookup Table with > 30 dimensions(n-D Lookup Table)

1 visualización (últimos 30 días)
Pham Van Dung
Pham Van Dung el 27 de Mayo de 2013
Dear friends,
In generaly, 1 The n-D Lookup Table has maximum n=30 dimensions.
I want to implement 1 n-D Lookup Table has n>30 dimensions. Ex : Lookup table for SINE and COSINE:
Y=SINE(x1,x2,...,x256)
How can I do it?
Many Thanks!
Best regards!
  6 comentarios
Ryan G
Ryan G el 19 de Jun. de 2013
wouldn't this be a 1-d vector where you have one input that represents the input to the sine?
Jan
Jan el 19 de Jun. de 2013
Editada: Jan el 19 de Jun. de 2013
It is very unlikely that you mean 360 dimension. Note that even if you have only 2 points per dimension, you get the huge number of 2^360 elements in the table. You'd need 2.35*10^93 PetaByte to store this and this exceeds the number of protons in the universe.
An array with "3 dimensions" is:
zeros(2,3,4)

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Lookup Tables en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by