Feeds
已解决
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
6 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...
6 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 ...
6 years 前
提问
HI, is there something i missing ?, this function does not plot. but if i plot manually, it work.
i varified that matrix 'y' got values from 'abs(y)' and plot window poped up but nothings on plot
7 years 前 | 1 个回答 | 0
1
个回答提问
How can i allocate results in matrix with for loop?
i tried store my results of exp()... in matrix with for loop. if you guys how would you do this?
7 years 前 | 2 个回答 | 0


