Use mask's input into mask intialization

2 vues (au cours des 30 derniers jours)
Ahmed raafat
Ahmed raafat le 6 Fév 2022
Modifié(e) : Andy Bartlett le 8 Fév 2022
Hello , I have create a mask , it has input (6) called Pnom , I want to call this input into mask Initialization , what I have to do?

Réponse acceptée

Andy Bartlett
Andy Bartlett le 8 Fév 2022
Modifié(e) : Andy Bartlett le 8 Fév 2022
It is not possible to feed a signal into a mask initialization code. Only parameters feed into mask initialization code.
Signals should be feed into the block via input ports. The block's output and update methods can the read the signal values on those input ports and perform operations using those values.

Plus de réponses (0)

Catégories

En savoir plus sur Author Block Masks dans Help Center et File Exchange

Tags

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by