S-Function - share complex variable between method functions

조회 수: 6 (최근 30일)
alex pabouctsidis
alex pabouctsidis 2013년 5월 15일
Hello,
I'm trying to implement an MPC controller in simulink using Yalmip.
I'm a bit stuck because i need to pass a complex (non-default type) variable / object between the Start function, which initializes the optimization object, and the Output function which then computes the controller command using the optimizer object.
Is there any method to pass variables / objects between functions? I don't think i can use the s-function states due to the variable type.
Thanks, Alex

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 5월 15일
If you are writing a C-MEX S-function, you can do this using a PWork vector. Please see the following links for help:
If you are writing a Level-2 MATLAB S-function, this is not very straightforward, but I explained here how you can use the block's UserData to achieve this.

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by