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년 전
문제를 풀었습니다
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년 전
문제를 풀었습니다
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년 전
질문
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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0


