photo

viferi


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Solver

查看徽章

Feeds

排序方式:

提问


How to multiply row and column vectors in Simulink
I would like to multiply a row and a column vector using Simulink. Example in MATLAB: a = [11 12 13 14 15]; b = [1;2;3]; c=a...

2 years 前 | 1 个回答 | 0

1

个回答

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2 years 前