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

6 views (last 30 days)
My problem is I have an example but I could not find inside the simulink

Accepted Answer

Walter Roberson
Walter Roberson on 29 Sep 2016
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 Comments
Walter Roberson
Walter Roberson on 2 Oct 2016
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

Sign in to comment.

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!