1-D Lookup table

9 vues (au cours des 30 derniers jours)
Aled
Aled le 20 Fév 2021
I have a 1-d lookup table in a simulink model with one variable, which is temperature.
I want to use the temperature vs. simulation time output from this lookup table and insert it as a parameter in another block.
I cannot directly link the temperature output from the lookup table to the other block as the other block is a different physical domain,
Can i use an expression for the output temperature from the 1-d lookup table as a parameter value in the 2nd blocK?
Thanks

Réponses (1)

Mouhamed Niasse
Mouhamed Niasse le 22 Fév 2021
Hello. From what i understand, your problem is how to insert in real-time the temperature output signal as parameter value for another block. I think you can firstly feed the temperature output signal into a 'to workspace' block. Then, you must give the parameter in your second block the same exact name you gave to the 'to workspace' block. Here is the help on 'to workspace' blocks. https://www.mathworks.com/help/simulink/slref/toworkspace.html

Catégories

En savoir plus sur Nonlinearity dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by