photo

Rei Okano

Last seen: 대략 2개월 전 2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
C++, C, Java, Javascript, MATLAB, SQL, HTML, CSS, Shell

통계

All
File Exchange

1 파일

Cody

0 문제
8 답안

순위
N/A
of 301,261

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
19,201 of 21,209

평판
1

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
14

순위
44,579
of 173,690

참여
0 문제
8 답안

점수
94

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Submission
  • GitHub Submissions Level 1
  • Solver

배지 보기

Feeds

보기 기준

제출됨


API Tester for MATLAB
MATLAB GUI App that helps your REST API call workflow on MATLAB desktop.

대략 2년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

대략 3년 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

대략 3년 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

대략 3년 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

대략 3년 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

대략 3년 전

문제를 풀었습니다


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

대략 3년 전

문제를 풀었습니다


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

대략 3년 전

문제를 풀었습니다


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

대략 4년 전