Statistics
All
순위
3,375
of 258,291
평판
12
참여
0 질문
5 답변
답변 채택
0.00%
획득한 표
0
순위
43,909
of 110,415
참여
0 문제
4 해답
점수
50
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
10년 이상 전
해결됨
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...
10년 이상 전
해결됨
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 ...
10년 이상 전