How can i find lookup table, that was in R7,1, in R17a?

3 visualizaciones (últimos 30 días)
Dobó Dániel
Dobó Dániel el 26 de Sept. de 2018
Respondida: Steven Lord el 26 de Sept. de 2018
In R7.1 Matlab was in Simulink/Lookup Tables/Lookup table function, what in R17 isn't. This function has been:
  1. write matlab: u=[0, 0.1, 0.2, 0.4, 0.7, 0.9, 1] and y=0:0.1:1
  2. Lookup Table right click/ Lookup Parameters.
  3. in Square bracket Vector of input values: [u] and Vector of output values: [y].
How i can use this old funtion in new Matlab version(2017)?
Best regards
Daniel
  2 comentarios
Rik
Rik el 26 de Sept. de 2018
Do you mean R14SP3 (version 7.1)? Also R17 doesn't exist.
I have no idea what you mean with that functionality. Instead of explaining the buttons you needed to click, could you explain what functionality you mean? We might be able to help you find/make a function that does something similar. I have the feeling ismember should help, although that function was already available in version 6.5.

Iniciar sesión para comentar.

Respuestas (1)

Steven Lord
Steven Lord el 26 de Sept. de 2018
Are you trying to use the Lookup Table block that was renamed and moved in release R2011a?

Categorías

Más información sobre Lookup Tables 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!

Translated by