已解决


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

5 years 前

已回答
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 years 前 | 0

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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 years 前

已回答
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 years 前 | 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 years 前 | 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 years 前