Risolto


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

quasi 5 anni fa

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

quasi 5 anni fa | 0

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

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

circa 5 anni fa | 0

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Risolto


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

oltre 6 anni fa