photo

Devesh

MathWorks

Last seen: 6일 전 2026년부터 활동

Followers: 0   Following: 0

메시지

통계

Cody

0 문제
20 답안

순위
N/A
of 301,837

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,431

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
21,420
of 176,887

참여
0 문제
20 답안

점수
264

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


It dseon't mettar waht oedrr the lrettes in a wrod are.
An internet meme from 2003 (read more here) asserted that readers are relatively insensitive to letter order in words, so long a...

6일 전

문제를 풀었습니다


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

6일 전

문제를 풀었습니다


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

6일 전

문제를 풀었습니다


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

6일 전

문제를 풀었습니다


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

6일 전

문제를 풀었습니다


Basic Physics VII
Calculate the speed.

6일 전

문제를 풀었습니다


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

6일 전

문제를 풀었습니다


Basic Physics V
Calculate the Weight (w).

6일 전

문제를 풀었습니다


Basic Physics IV
Calculate the Work.

6일 전

문제를 풀었습니다


Basic Physics III
Calculate the Potential Energy (PE).

6일 전

문제를 풀었습니다


Basic Physics II
Get the Kinetic Energy (KE).

6일 전

문제를 풀었습니다


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

6일 전

문제를 풀었습니다


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

3개월 전

문제를 풀었습니다


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

3개월 전

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

3개월 전

문제를 풀었습니다


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

4개월 전

문제를 풀었습니다


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

4개월 전

문제를 풀었습니다


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개월 전

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

4개월 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

4개월 전