how to sum vector with simulink sum block
49 ビュー (過去 30 日間)
古いコメントを表示
Hi! I would like to sum the fisrt element of a vector with the first one of another one and so on with the simulik sum block. How can I do it? Thanks!
0 件のコメント
採用された回答
Fangjun Jiang
2021 年 3 月 1 日
Just use the good old Sum block. Give one Constant block, specify value as [1 2 3] and another Constant block [10 20 33], Sum together, use Display block to show the output.
0 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!