block_diagram does not have a parameter named 'PortHandles'

99 Ansichten (letzte 30 Tage)
shankar
shankar am 8 Okt. 2012
Beantwortet: Melih am 5 Dez. 2023
how to solve this error "block_diagram does not have a parameter named 'PortHandles'"

Antworten (4)

Kaustubha Govind
Kaustubha Govind am 8 Okt. 2012
When do you see this error? Are you using the GET_PARAM command to get the PortHandles? If yes, the first argument must be the path or handle to a block, and not the root model.

sourav  malla
sourav malla am 17 Jun. 2019
You can use the 'porthandles' in the following way to get the block parameter value.
BlockParameterValue = get_param('untitled2/enable','PortHandles')
The above statement basically will return the PortHandles block parameter value from the model 'untitled2' and enable block.

Murugesan D
Murugesan D am 12 Jan. 2022
block_diagram does not have a parameter named 'Kp
This is the result . i got when i am running the code for fractional order pid controller
Kindly reply

Melih
Melih am 5 Dez. 2023
Save models, bdclose all, reopen model

Kategorien

Mehr zu Create Large-Scale Model Components finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by