How can i find lookup table, that was in R7,1, in R17a?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In R7.1 Matlab was in Simulink/Lookup Tables/Lookup table function, what in R17 isn't. This function has been:
- write matlab: u=[0, 0.1, 0.2, 0.4, 0.7, 0.9, 1] and y=0:0.1:1
- Lookup Table right click/ Lookup Parameters.
- 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
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.
Respuestas (1)
Ver también
Categorías
Más información sobre Lookup Tables en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!