Use a Simulink block as a regular MATLAB function

조회 수: 3 (최근 30일)
Sam
Sam 2019년 10월 1일
댓글: Sam 2019년 10월 9일
Hi everyone,
I am new to the MATLAB aerospace toolbox, and intend to use it quite intensively in the coming time. The aerospace toolbox has a very elaborate set of functions, such as the aerodynamic forces and moments block or the simple variable mass 6DoF equations of motion (Euler angles). These blocks are of course very useful in a Simulink environment, where the blocks are connected in a certain way and a time simulation can be run.
However, I was wondering whether it is also possible to call the underlying functions of these blocks as regular MATLAB functions. For example, taking the ISA Atmosphere Model as an example, I could use it as a block within a Simulink environment. For this specific example, I know that I can also call the function as a regular MATLAB function by calling:
[T a p rho] = atmosisa(h)
However, this function call is not indicated anywhere on this page. How do I know how to call the underlying functions of any of the blocks available within the MATLAB aerospace toolbox? That is, why is there no link from the "block function" page to this page and how can I see the function page corresponding to a general Simulink block?
Thanks in advance.

채택된 답변

Shashwat Bajpai
Shashwat Bajpai 2019년 10월 4일
Hi Sam,
I would suggest looking at the description of the blocks in the blockset page and the description of functions in the function page to know the under lying functions being used in the blocks.
Hope this helps!
  댓글 수: 5
Shashwat Bajpai
Shashwat Bajpai 2019년 10월 8일
Hi Sam,
The functionalities of blockset are developed using Simulink and it's capabilities. They have some common functions but not all the blocks have an underlying function as they were developed using Simulink. For the blocks which do have the same functions you can refer the description and use them accordingly.
Sam
Sam 2019년 10월 9일
Hi Shashwat,
That explains it. Thanks for your support.
Kind regards.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Axes Transformations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by