Converting a Simulink Model to a Symbolic Representation

The documentation of the Symbolic Math Toolbox describes how to generate Simulink models from symbolic math expressions. Is there also software that goes the other way: starting with a Simulink model, generate a symbolic math function?
Thanks!

 채택된 답변

Andreas Goser
Andreas Goser 2013년 7월 31일

0 개 추천

You could
  • Create a Simulink model and simulate it
  • Either linearize it (Control System Toolbox I believe)
  • Or use the simulation input and output data to do system identification with System Identification Toolbox
  • As a result you would have a system behaviour that can be written as a symbolic representation

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by