Masking and base workspace
Afficher commentaires plus anciens
I have a structure called "uwb" in base workspace. Under uwb structure I have another structure called "channel". Under channel I have got two variables a & b . Now I want to create a subsystem. I want to mask the block. My problem is I have to use the variables a & b for the initialization of the masked subsystem. How can I include a & b in initialization commands of the subsystem while masking.
Réponse acceptée
Plus de réponses (1)
Kaustubha Govind
le 5 Avr 2012
Not sure if I understand your question correctly, but try this in your Mask Initialization:
a = uwb.channel.a;
b = uwb.channel.b;
3 commentaires
kiran daas
le 6 Avr 2012
kiran daas
le 6 Avr 2012
Kaustubha Govind
le 6 Avr 2012
TAB's answer is the right solution for you.
Catégories
En savoir plus sur Author Block Masks dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!