How do I initialize three phase programmable voltage source (in simulink) using MATLAB algorithm (code written in matlab)?
Ältere Kommentare anzeigen
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 Kommentare
Tamir Suliman
am 3 Dez. 2016
where is the function block ?
Prateek Gaure
am 3 Dez. 2016
Antworten (1)
Luciano Alves
am 5 Jan. 2017
Verschoben: Sabin
am 21 Dez. 2022
0 Stimmen
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).
Kategorien
Mehr zu Electrical Block Libraries finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
