Use values from UDP receive block to change mask parameter or alter workspace variables
Show older comments
Good evening! I have a complex model that initializes by passing a struct S1 to the mask of a subsystem.
This struct S1 holds the initial values for all the constant blocks within the subsystems. During runtime, I need to modify some values in this S1 struct, which is a tunable parameter. The desired workflow is as follows:
Data is received -> the data is unpacked -> each signal updates a field in S1.
What solutions can I implement using the blocks available in the toolboxes I have?
Accepted Answer
More Answers (0)
Categories
Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!