How to concatenate indefinite number of vectors in Simulink

前端 未结 0 508
旧巷少年郎
旧巷少年郎 2020-12-03 15:11

I\'m trying to concatenate vectors in Simulink, which is very simple in MATLAB. The MATLAB code is given below.

box = [];
banana = [1;2];
while true
      box         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题