統計
All
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


