have output equations displayed in term of inputs of Simulink model
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Say I have a Simulink model with n inputs and m outputs. Is there a way to display the m output equations analytically in terms of the n inputs: output(k) = f_k(input(1), input(2),...,input(n)) for k = 1 to m. Cheers.
2 Kommentare
Nishant Gupta
am 21 Jan. 2020
Do you want to display the outputs or output equations? And can you send the model on which you are working?
Antworten (1)
Nishant Gupta
am 22 Jan. 2020
For the given model, you can use Linear Analysis Tool to linearize the model. Refer this link to know more about this tool.
You can also refer to the following videos on trimming and linearization:
1 Kommentar
Siehe auch
Kategorien
Mehr zu Linearization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!