Solved


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

mer än 4 år ago

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

mer än 4 år ago | 0

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

Solved


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

nästan 5 år ago

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

nästan 5 år ago | 0

Question


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

nästan 5 år ago | 1 answer | 0

1

answer

Solved


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

ungefär 6 år ago