How to output two numbers as an array in Simulink?

11 次查看(过去 30 天)
I have two numbers 2 and 3(which are given as input from two different blocks), for example, and I want to output them as an array [2 3].This array is given as an input in another block.Can I use Vector Concatinate block?

采纳的回答

Priyesh Rabadiya
Priyesh Rabadiya 2018-1-23
You can use Mux which will multiplex the signals in single line.

更多回答(1 个)

Birdman
Birdman 2018-1-21
Try the attached model. To output two numbers as array, I used MATLAB Function block. See how the function works and adapt it into your problem. Hope this helps.

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by