How do I initialize three phase programmable voltage source (in simulink) using MATLAB algorithm (code written in matlab)?

I have included a MATLAB Function block which has to take inputs from the measurement blocks in simulink model; run an algorithm to calculate desired voltage values and then pass the outputs of code back to simulink model to a three phase programmable voltage source. I am not able to implement this integration part.

2 件のコメント

where is the function block ?
MATLAB function block is in the master subsystem of my simulink model

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

回答 (1 件)

Luciano Alves
Luciano Alves 2017 年 1 月 5 日
移動済み: Sabin 2022 年 12 月 21 日
It's not necessary to use the MATLAB function block. You can use the CallBacks: in your simulink model go to File-->Model Properties -->Model Properties -->CallBacks-->InitFcn (put your algorithm code here).

カテゴリ

ヘルプ センター および File ExchangeElectrical Block Libraries についてさらに検索

質問済み:

2016 年 12 月 3 日

移動済み:

2022 年 12 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by