Simulink lookup tables
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
James
el 20 de Feb. de 2012
Comentada: DORIN Constantin FRUNZETE
el 24 de Abr. de 2018
Hello all
I am running a model in Simulink. I want 2 values from the model to input into a look up table while the simulation is running. I tried the dynamic look up table but the it take one value at every time instant. What I want is that these values should get stored as an array(2 columns) and get accumulated in the table during the simulation. Is this possible? could anybody help me out with this?
Thank you! James
2 comentarios
TAB
el 20 de Feb. de 2012
Do you want to change the 'Vector of input values' and 'Table data' properties of lookup table during run time?
Respuesta aceptada
Rick Rosson
el 20 de Feb. de 2012
You can then use the MATLAB Function block to modify the DSM and/or to create your own LUT based on the DSM.
HTH.
0 comentarios
Más respuestas (1)
James
el 20 de Feb. de 2012
1 comentario
DORIN Constantin FRUNZETE
el 24 de Abr. de 2018
Hello James, Did you find any solution to this? I'm facing exactly the same problem.
Thank you in advance!
Ver también
Categorías
Más información sobre Nonlinearity en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!