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?

 Akzeptierte Antwort

Andy Bartlett
Andy Bartlett am 8 Feb. 2022
Bearbeitet: Andy Bartlett am 8 Feb. 2022

0 Stimmen

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.

Weitere Antworten (0)

Kategorien

Produkte

Version

R2021b

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by