
Murat Yildirim
Statistics
Cody
0 문제
8 해답
순위
N/A
of 262,649
평판
N/A
참여
0 질문
0 답변
답변 채택
0.00%
획득한 표
0
순위
28,118
of 113,650
참여
0 문제
8 해답
점수
100
배지 수
2
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Find relatively common elements in matrix rows
You want to find all elements that exist in greater than 50% of the rows in the matrix. For example, given A = 1 2 3 5 ...
4달 전
해결됨
Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...
4달 전
해결됨
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
4달 전
해결됨
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
4달 전
해결됨
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
4달 전
해결됨
Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...
4달 전
해결됨
Find state names that start with the letter N
Given a list of US states, remove all the states that start with the letter N. If s1 = 'Alabama Montana Nebraska Vermont Ne...
4달 전
해결됨
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
4달 전