解決済み


Find max
Find the maximum value of a given vector or matrix.

5年弱 前

回答済み
Cpu usage in parrallel running mode
Hello Armin, It is already strange that you have 4 workers for a 2 physical cores CPU. Normally, Matlab runs 1 worker per hardw...

5年弱 前 | 0

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

約5年 前

解決済み


Inner product of two vectors
Find the inner product of two vectors.

約5年 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

約5年 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

約5年 前

解決済み


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 ...

約5年 前

回答済み
is it a bug?
I have also experienced what you described. After investigation, even if it is not in the function documentation, the code of th...

約5年 前 | 0

質問


Simulink variable number of input to a block
Hello, For a few of my self-developed blocks in Simulink, I would like to have a variable similarly to the "Product" block (see...

約5年 前 | 1 件の回答 | 0

1

回答

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

6年以上 前