문제를 풀었습니다


Weird Diagonal Matrix!!
Given an integer n, create a matrix whose diagonal elements will be square matrices of size 1 to n. For example: n=2 z = ...

대략 2년 전

문제를 풀었습니다


Draw a Diamond shape in ones Matrix with '0' s
Input will be odd numbers.The task is to make a Diamond shape in a ones matrix with '0's where the matrix will be a square matri...

대략 2년 전

문제를 풀었습니다


Accumulate Cells
Given a combining function, a cell array, and an initial value, accumulate the result. For example, accumcell(@plus,{1,...

대략 2년 전

문제를 풀었습니다


Round to Nearest Multiple of 10^n

대략 2년 전

문제를 풀었습니다


GJam: 2013 Rd1a Bullseye Painting
<http://code.google.com/codejam/contests.html Google Code Jam> 2013 Round 1a Bullseye challenge is to determine how many full ri...

대략 2년 전

문제를 풀었습니다


GJam 2014 China Rd B: Sudoku Checker
This Challenge is derived from <http://code.google.com/codejam/contest/2929486/dashboard#s=p0 GJam 2014 China Sudoku>. Large Cas...

대략 2년 전

문제를 풀었습니다


GJam 2014 China Rd A: Library Sorting (Large)
This Challenge is derived from <http://code.google.com/codejam/contest/2924486/dashboard#s=p2 GJam 2014 China Sorting>. Subset ...

대략 2년 전

문제를 풀었습니다


GJam 2014 China Rd A: Library Sorting (Small)
This Challenge is derived from <http://code.google.com/codejam/contest/2924486/dashboard#s=p2 GJam 2014 China Sorting>. This...

대략 2년 전

문제를 풀었습니다


Functional inputs
Return an n-dimensional array whose elements are the results of a function over a set of vectors. The (i,j,k, ...n)th element...

대략 2년 전

문제를 풀었습니다


Create a recurrence matrix for a vector of data
In <https://en.wikipedia.org/wiki/Conversation_analysis conversation analysis>, it's often useful to track the contributions fro...

대략 2년 전

문제를 풀었습니다


Find the solution of algebraic equation
Find the solution of algebraic equation of the form an*x^n + a(n-1)*x^(n-1) + (an-2)*x^(n-2)+...... a2*x^2 + a1*x^1 + a0 = 0; ...

대략 2년 전

문제를 풀었습니다


String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...

대략 2년 전

문제를 풀었습니다


Period of a pendulum

대략 2년 전

문제를 풀었습니다


Polygon in a unit circle

대략 2년 전

문제를 풀었습니다


Consecutive Prime Numbers

대략 2년 전

문제를 풀었습니다


Difference of Closest Palindromes

대략 2년 전

문제를 풀었습니다


When the sum of the cubes is a quartic...

대략 2년 전

문제를 풀었습니다


When the sum of the squares is a cubic...

대략 2년 전

문제를 풀었습니다


Area of Cylindrical Shell
Consider a cylinder with a non-zero thickness with an inner radius of r1 and an outer radius of r2. If the height of the cylinde...

대략 2년 전

문제를 풀었습니다


Lateral Area of a Right Rectangular Pyramid

대략 2년 전

문제를 풀었습니다


Next Palindrome

대략 2년 전

문제를 풀었습니다


Previous Palindrome

대략 2년 전

문제를 풀었습니다


Volume of Cylindrical Shell

대략 2년 전

문제


String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...

대략 2년 전 | 0 | 솔버 수: 73

문제를 풀었습니다


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

대략 2년 전

문제를 풀었습니다


linear least squares fitting
Inputs: * |f|: cell-array of function handles * |x|: column vector of |x| values * |y|: column vector of |y| values, same l...

대략 2년 전

문제를 풀었습니다


Outer product of multiple vectors
In tensor algebra, it is often useful to define a tensor as a product of lower order tensors. Similarly, a multidimensional arra...

대략 2년 전

문제를 풀었습니다


Determine if input is a valid AHP evaluation matrix
Input is a matrix. Output is a true or false statement (1 or 0). Return true if input is a valid Analytic Hierarchy Process eval...

대략 2년 전

문제를 풀었습니다


Projector Matrix
Write a function to determine whether or not the matrix is a projector. Projector matrices are defined as P^2 = P.

대략 2년 전

문제를 풀었습니다


Combined Ages 4 - Non-symmetric with multiples, n ≥ 3
This problem is slightly more difficult than <http://www.mathworks.com/matlabcentral/cody/problems/42383-combined-ages-3-non-sym...

대략 2년 전

더 보기