Community Profile

photo

Dong-Gil Kim


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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?

5 years ago | 2 answers | 0

2

answers