How do I initialize three phase programmable voltage source (in simulink) using MATLAB algorithm (code written in matlab)?
Mostrar comentarios más antiguos
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 comentarios
Tamir Suliman
el 3 de Dic. de 2016
where is the function block ?
Prateek Gaure
el 3 de Dic. de 2016
Respuestas (1)
Luciano Alves
el 5 de En. de 2017
Movida: Sabin
el 21 de Dic. de 2022
0 votos
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).
Categorías
Más información sobre Electrical Block Libraries en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
