Problem 299. vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.
Solution Stats
Problem Comments
-
3 Comments
@bmtran (Bryant Tran)
on 9 Feb 2012
could you give an example? it's kind of hard to figure out what you're asking for.
Julio
on 9 Feb 2012
sorry, f(i) = 2 if i = even
Rafael S.T. Vieira
on 9 Aug 2020
The problem is asking for the sum of a function from 1 to n, where every odd input outputs 1, and even input outputs 2.
Solution Comments
Show commentsProblem Recent Solvers281
Suggested Problems
-
Remove all the words that end with "ain"
2558 Solvers
-
Find the peak 3n+1 sequence value
2544 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
2035 Solvers
-
Arrange Vector in descending order
12770 Solvers
-
MATCH THE STRINGS (2 CHAR) very easy
296 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!