How could I figure out the m.file inside MATLAB simulink file? because I wanna change some parameter. Thanks

6 次查看(过去 30 天)
My problem is I have an example but I could not find inside the simulink

采纳的回答

Walter Roberson
Walter Roberson 2016-9-29
Right-click on a block and click on Explorer. On the page that comes up, in the Model Hierarchy, there will be a node for "Code for ..." (e.g., "Code for vipmosaicking"); click on that. That should allow you to see any associated standalone code.
If, though, the block is a MATLAB Function, then there will be a node in the hierarchy entitled "MATLAB Function": right-click on that and select Open. Alternately, if you know that a block is a MATLAB Function, then right in the graphical model view you can right-click it and select Open to be taken directly to the code.
  9 个评论
Walter Roberson
Walter Roberson 2016-10-2
I had to hunt around but I found it in VDC_Regulator there.
The Block Parameters for gain there shows up as 1/Vnom_dc . You can change that expression if you want.
In chasing through the model, at the moment I do not find any Vnom_dc defined. I do see that Invertor_Control has Vnom_dc1 which is a Constant Block whose value is Vdc_ref_Init . Looking at that diagram for Invertor_Control I see there is a Vdc_ref_init defined there.
At the moment I do not know how to track down the value assigned to Vdc_ref_init -- and I do not know if Vnom_dc1 should be connected to Vnom_dc

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by