OOP with Object-creation in Simulink

2 ビュー (過去 30 日間)
Steffen
Steffen 2024 年 2 月 22 日
回答済み: Fangjun Jiang 2024 年 2 月 22 日
I would like to use OOP architectures in Simulink/Matlab. For this purpose, I have added a Matlab function 'runMain' in Simulink (see Image 1).
Image 1
In this function 'runMain', a Matlab function is then called (see Image 2)
Image 2
In his function a Sensor object is created, and subsequently, the object method 'calculate' is called (see Image 3).
Image 3
However, I receive the following message: Unable to resolve the name 'sensor.calculate'.
The code for the sensor object looks like (see Image 4):
Image 4
Now, I would like to know if it is even possible to create such objects. Thank you very much.
  2 件のコメント
Walter Roberson
Walter Roberson 2024 年 2 月 22 日
As an experiment, try
val = calculate(sensor, x, y);
Steffen
Steffen 2024 年 2 月 22 日
Thank you very much for the tip. It is now working...

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

採用された回答

Fangjun Jiang
Fangjun Jiang 2024 年 2 月 22 日
Not "MATLAB Function" block, use MATLAB System block

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Model Editing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by