Feeds
提问
Configure signal as IRV and sender at the same time
I have a software component that has two runnable, one has a signal that is an input for the second one and it is an output for ...
4 years 前 | 0 个回答 | 0
0
个回答提问
Log some resolved signals
I have a model with bunch of resolved signals, I need to run the model several times and each time I need to log some signals an...
4 years 前 | 1 个回答 | 0
1
个回答已解决
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
4 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years 前
已解决
Weighted average
Compute the weighted average Y, of the vector A, given the weight vector W. The weighted average is the sum of the dot produc...
6 years 前
