About embedded function inside simulink

2 ビュー (過去 30 日間)
Kushal Badgujar
Kushal Badgujar 2012 年 7 月 20 日
I am stranger in simulink. Cp=5193 is just a number. 'Cp' is globally declared in Matlab embedded function.It is defined as signal in model explorer with datatype ->double, complexity-> real, dimension->2 In edit -> data port manager -> it is defined as parameter with size [1 1]
Error:
1.Expression 'Cp' for initial value of data 'Cp' (#61) must evaluate to a numeric or logical.
2.Error reported by S-function 'sf_sfun' in 'PBR_Temp_Xe/Embedded MATLAB Function/ SFunction ': Stateflow Suppress Error

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 7 月 20 日
編集済み: Azzi Abdelmalek 2012 年 7 月 20 日
you can't déclare a global variable in embedded function . you have to pass it through inputs argument. for now a compiler don't allow globals variables
  2 件のコメント
Kushal Badgujar
Kushal Badgujar 2012 年 7 月 23 日
Dear friend update your knowledge with following page http://www.mathworks.co.kr/help/toolbox/simulink/ug/bsds2rv.html
This problem is soved...
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 7 月 23 日
thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by