フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Using Matlab coder for protecting blocks with power ports

2 ビュー (過去 30 日間)
Kumar
Kumar 2011 年 12 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I am new to Matlab-simulink. I am trying to protect a block that I am using in my project. I tried using Matlab coder. But, when I try to reference the model after protecting it, the referencing block does not recognize anything other than the signal ports. It would be really helpful if anyone can share their experience with matlab coder.
Thanks, Kumar
  3 件のコメント
Walter Roberson
Walter Roberson 2011 年 12 月 21 日
"power ports" ? Are you using SimPower ?
Kumar
Kumar 2011 年 12 月 22 日
Yes I am using SimPower. Sorry to confuse everyone with the wrong jargon. I am using Simulink.ModelReference.protect command to create .mdlp file and then reference it. When I reference the .mdlp file, the PMC_ports are not recognized. I am not able to get any output from the inverter inside the referenced protected model.

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2011 年 12 月 21 日
To be precise, it's Simulink Coder, not MATLAB Coder. See Protecting Referenced Models
  3 件のコメント
Kaustubha Govind
Kaustubha Govind 2011 年 12 月 22 日
By PMC_ports, do you mean ports with physical signals? If yes, model reference blocks do not support such signals at their boundaries. Perhaps you could consider converting them to a regular Simulink signal before outputting them from your block.
Fangjun Jiang
Fangjun Jiang 2011 年 12 月 22 日
Sorry I don't have SimPower. My experience on model reference is with Simulink only.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by