Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Frage


How to display interval data on x axis in histogram plot (eg. 10-20, 20-30,...) ?
I want to plot the data for x axis readings as 10-20, 30-40, 50-60 upto 190-200 for the repsctive y axis values as below in MATL...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort