Problema


Maya long Count
Given a Mayan date, calculate the number of days after the end of the last Great Cycle. <https://en.wikipedia.org/wiki/Maya_c...

más de 6 años hace | 1 | 17 solvers

Resuelto


The End of the World
given a date -- represent it in the Maya long count system. <https://en.wikipedia.org/wiki/Maya_calendar> <https://maya.nm...

más de 6 años hace

Problema


The End of the World
given a date -- represent it in the Maya long count system. <https://en.wikipedia.org/wiki/Maya_calendar> <https://maya.nm...

más de 6 años hace | 4 | 98 solvers

Resuelto


Get a new matrix by mapping each element of an arbitrary-sized input matrix using lookup table
A is a matrix of any size and dimension. Each element of matrix A belongs to the set S of natural numbers up to N. B is a vector...

más de 6 años hace

Resuelto


Largest Geometric Series
Extension of Ned Gulley's wonderful <http://www.mathworks.com/matlabcentral/cody/problems/317 Problem 317>. In a geometric se...

más de 6 años hace

Resuelto


Divisible by 21
Write a function to determine if a number is divisible by 21.

más de 6 años hace

Resuelto


Divisible by 13
Write a function to determine if a number is divisible by 13. Similar to the number seven, this can be done by a few different m...

más de 6 años hace

Resuelto


Divisible by 11
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

más de 6 años hace

Resuelto


Divisible by 14
Write a function to determine if a number is divisible by 14. If a number is <http://www.mathworks.com/matlabcentral/cody/proble...

más de 6 años hace

Resuelto


Divisible by 7
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

más de 6 años hace

Problema


3rd side of a Triangle
Given two sides of a triangle, find the minimum and maximum possible area of the triangle. the length of the third side has t...

más de 6 años hace | 2 | 21 solvers

Resuelto


Geometry: Find Circle given 3 Non-Colinear Points
*This Challenge is to determine the center and radius of a circle given three non-colinear points.* *Input:* Points *Outpu...

más de 6 años hace

Resuelto


Lost days
Given two dates in a particular format, calculate the difference between them.

más de 6 años hace

Problema


Lost days
Given two dates in a particular format, calculate the difference between them.

más de 6 años hace | 2 | 68 solvers

Resuelto


remove nans fast
There are several ways to locate and remove nans in a matrix, and return an 1d row vector. In this problem the challenge is ...

más de 6 años hace

Resuelto


How long until the weekend?
Write a function a that takes a date vector as an input and returns the number of hours until the weekend begins. The beginning...

más de 6 años hace

Resuelto


Maya - 03
Following up on the previous two problems, now u've to add or subtract two Maya numerals. The 3rd input will be a function ha...

más de 6 años hace

Problema


Maya - 03
Following up on the previous two problems, now u've to add or subtract two Maya numerals. The 3rd input will be a function ha...

más de 6 años hace | 2 | 12 solvers

Resuelto


Maya - 02
<https://en.wikipedia.org/wiki/Maya_numerals> Prev. prob. - <https://www.mathworks.com/matlabcentral/cody/problems/45375-maya...

más de 6 años hace

Problema


Maya - 02
<https://en.wikipedia.org/wiki/Maya_numerals> Prev. prob. - <https://www.mathworks.com/matlabcentral/cody/problems/45375-maya...

más de 6 años hace | 1 | 11 solvers

Resuelto


Maya - 01
<https://en.wikipedia.org/wiki/Maya_numerals> given a number, convert it into the Maya numeral system. For example, n...

más de 6 años hace

Problema


Maya - 01
<https://en.wikipedia.org/wiki/Maya_numerals> given a number, convert it into the Maya numeral system. For example, n...

más de 6 años hace | 1 | 14 solvers

Resuelto


Find the day for a date
Today's day and date will be given to you. By utilising that you need to find the day of the old date. (Date will be in DD/MM/YY...

más de 6 años hace

Resuelto


Friday the 13th
According to superstition, lots of unpleasant stuff happens on Friday the 13th, so you might like to find the next occurence of ...

más de 6 años hace

Resuelto


Find similar sequences
Another problem inspired by a question on the <http://www.mathworks.com/matlabcentral/answers answers> forum. Given a matrix ...

más de 6 años hace

Resuelto


Polygon division
Given the number of vertices (or sides), n, of a planar convex polygon, return the number of ways, w, in which you can divide th...

más de 6 años hace

Resuelto


Hanging cable - 02
previous problem - <https://www.mathworks.com/matlabcentral/cody/problems/45373-hanging-cable-01> The height of the poles...

más de 6 años hace

Resuelto


Hanging cable - 01
The height of the poles is h the length of the cable is l u need to find the distance between the poles. <https:/...

más de 6 años hace

Resuelto


Sunday bonus
Submit a solution on any Sunday and you will get 10 points. Only for MATLAB fans!

más de 6 años hace

Resuelto


Three grind is shipsstraigt
A function that returns either 'Rock', 'Scissors', or 'Paper' (string). You may succeed or you may fail the (case insensitive) t...

más de 6 años hace

Cargar más