What is the input of the function trim('sys')?

조회 수: 6 (최근 30일)
Maximilian Göttle
Maximilian Göttle 2021년 1월 27일
답변: Titus Edelhofer 2021년 1월 27일
How do i use the function trim('sys')?
I have 4 Matrices A,B,C,D like in the example from mathworks.
But how can I input them? What is 'sys'?
I googled a lot but i didn't found out what 'sys' is.
I already tried to create a System with sys = ss(A,B,C,D);

채택된 답변

Titus Edelhofer
Titus Edelhofer 2021년 1월 27일
sys is the name of a Simulink model
The doc says "Consider a linear state-space system modeled using a State-Space block". So sys would be:
  • create new Simulink model
  • add State-Space block
  • feed the 4 matrices
  • and then call trim
Titus

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by