block_diagram does not have a parameter named 'PortHandles'
101 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to solve this error "block_diagram does not have a parameter named 'PortHandles'"
0 commentaires
Réponses (4)
Kaustubha Govind
le 8 Oct 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.
0 commentaires
sourav malla
le 17 Juin 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.
0 commentaires
Murugesan D
le 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
0 commentaires
Voir également
Catégories
En savoir plus sur Create Large-Scale Model Components dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!