photo

Jet_Cumt


Last seen: 거의 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
File Exchange

1 파일

Cody

0 문제
8 답안

순위
N/A
of 300,343

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
12,269 of 20,926

평판
32

평균 평점
5.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
203

순위
44,959
of 168,172

참여
0 문제
8 답안

점수
90

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 2
  • First Review
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

제출됨


AWJ Data processing system
model and multi-object optimization

5년 초과 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 6년 전