photo

Marcos Silveira


Last seen: 13일 전 2023년부터 활동

Followers: 0   Following: 0

통계

Cody

0 문제
607 답안

순위
N/A
of 301,252

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,207

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
174
of 173,657

참여
0 문제
607 답안

점수
7,897

배지 수
28

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Matrix Manipulation I Master
  • Cody Contest 2025 Winning Team Finishers
  • Scholar
  • Speed Demon
  • Promoter
  • MATLAB Flipbook Mini Hack Participant
  • CUP Challenge Master
  • Community Group Solver
  • Commenter
  • Introduction to MATLAB Master
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Is it Possible? ( Easy )
In the first part of series, we simplify the problem. Given two jugs with capacities A and B, and a target amount T, determine i...

13일 전

문제를 풀었습니다


Angular Velocity Required to Create Artificial Gravity
Scientists at NASA and Indian Space Research Organisation are designing a rotating space station ring to simulate Earth-like gra...

13일 전

문제를 풀었습니다


Moment of Inertia Using Parallel Axis Theorem
Engineers at Indian Space Research Organisation are designing a satellite with extendable robotic arms. When the arms extend out...

13일 전

문제를 풀었습니다


Power of Moving Vehicle
Engineers at Tesla calculate how much power is required to maintain vehicle motion.

13일 전

문제를 풀었습니다


Spring Energy Storage
Engineers at Bosch design suspension systems using springs. They calculate the energy stored when the spring compresses.

13일 전

문제를 풀었습니다


Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane? P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) how can...

대략 2개월 전

문제를 풀었습니다


Find record values in a sequence
Write a function to find the record values in a sequence—that is, the largest values seen since the start. For example, if the s...

대략 2개월 전

문제를 풀었습니다


Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.

대략 2개월 전

문제를 풀었습니다


X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.

대략 2개월 전

문제를 풀었습니다


Division
Divide a by b.

대략 2개월 전

문제를 풀었습니다


Addition
Add together the values of a and b.

대략 2개월 전

문제를 풀었습니다


Multiplication
Multiply a and b.

대략 2개월 전

문제를 풀었습니다


Squares
Find the square of x.

대략 2개월 전

문제를 풀었습니다


Subtraction
Subtract a from b.

대략 2개월 전

문제를 풀었습니다


Sieve of Eratosthenes - 02
"Sift the Two's and Sift the Three's, The Sieve of Eratosthenes. When the multiples sublime, The numbers that remain a...

3개월 전

문제를 풀었습니다


Back to basics 13 - Input variables
Covering some basic topics I haven't seen elsewhere on Cody. Return as a string the name of the input variable to the functio...

3개월 전

문제를 풀었습니다


Travelling Salesman Problem (TSP)
Find a short way through given points. This is the travelling salesman problem. But the solution should be a fast and small func...

3개월 전

문제를 풀었습니다


Juggling
There is a notation system for <http://en.wikipedia.org/wiki/Juggling jugglers> called <http://en.wikipedia.org/wiki/Siteswap si...

3개월 전

문제를 풀었습니다


Some Assembly Required
The input to this function is a matrix of real numbers. Your job is to assemble the rows of the matrix into one large row that ...

3개월 전

문제를 풀었습니다


Multiplying the Sums of Two Arrays
Get two arrays, add the values within the array up, and then multiply the two total values. [2,3]*[3,6] 5*18 90

3개월 전

문제를 풀었습니다


Find the sum of 2 numbers
Create a function that sums two numbers together.

3개월 전

문제를 풀었습니다


Sum of Elements of a matrix
It sums the elemets of a 2x2 matrix

3개월 전

문제를 풀었습니다


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

3개월 전

문제를 풀었습니다


Special matrix
Make a square matrix with this shape. For n=4 M = 1 1 0 0 1 0 1 0 0 1 0 ...

3개월 전

문제를 풀었습니다


James Bond film count
Twenty-three James Bond films have been produced, in the years 1962, 1963, 1964, 1965, 1967, 1969, 1971, 1973, ... 197...

3개월 전

문제를 풀었습니다


Bouncing disk
A disk is placed in a rectangular room with dimensions a and b in a point with coordinates x0 and y0. The disk is given a startu...

3개월 전

문제를 풀었습니다


N-Dimensional Array Slice
Given an N-dimensional array, _A_, an index, _I_, and a dimension, _d_, return the _I_ th elements of _A_ in the _d_ dimension. ...

3개월 전

문제를 풀었습니다


Operate on matrices of unequal, yet similar, size
You may want to add a vector to a matrix, implying that the vector is added to each column of the matrix. Or multiply a 3x4x5 ma...

3개월 전

문제를 풀었습니다


Broken Clock
Create a function that outputs t, an inputted matrix time x, in hours and minutes (hr:min) unless the time contains a five. In t...

3개월 전

문제를 풀었습니다


Fives Begone
Given any sentence as an input value 'sentence', turn all fives into the letter X and return the improved sentence. Also, turn a...

3개월 전

더 보기