문제를 풀었습니다


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년 초과 전