Clear Filters
Clear Filters

popup multiplication combinations for mask

39 views (last 30 days)
ali kaya
ali kaya on 16 Jul 2024 at 13:58
Commented: Aquatris on 17 Jul 2024 at 11:01
I want to make a mask for different multiplication combinations such as xyz xzy yzx etc.(x y z is a vector) in simulink could you help me?
  3 Comments
ali kaya
ali kaya on 17 Jul 2024 at 5:27
parameters of mask , output is a vector.
Aquatris
Aquatris on 17 Jul 2024 at 11:01
There are a lot of ways to do this and its hard to tell which one would be the best for your application, but here are two:
  • If they are parameters of the mask, you can define another parameter of the mask that defines the order, and write a callback for the new parameter to handle the multiplication order. For instance if the new parameter value is [1 2 3] than it would be xyz, if it is [1 3 2] than it would be xzy etc.
  • if you have the parameters as constant blocks,you can use bus creator and bus selector to arrange their multiplication order where the 3 bus selector/output signals are promoted in the mask to arrange the order

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!