Azzera filtri
Azzera filtri

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

6 visualizzazioni (ultimi 30 giorni)
My problem is I have an example but I could not find inside the simulink

Risposta accettata

Walter Roberson
Walter Roberson il 29 Set 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 Commenti
Walter Roberson
Walter Roberson il 2 Ott 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
Zaid Adam
Zaid Adam il 3 Ott 2016
Thanks for your cooperation, I really need to figure out that, if you figure out that let me know please.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by