Masking and base workspace
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
Kaustubha Govind
2012년 4월 5일
Not sure if I understand your question correctly, but try this in your Mask Initialization:
a = uwb.channel.a;
b = uwb.channel.b;
댓글 수: 3
kiran daas
2012년 4월 6일
kiran daas
2012년 4월 6일
Kaustubha Govind
2012년 4월 6일
TAB's answer is the right solution for you.
카테고리
도움말 센터 및 File Exchange에서 Author Block Masks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!