Community Profile

photo

Athi


Kimball Electronics

Last seen: Today|Active since 2009

Kimball Electronics

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Puzzler
  • Creator
  • Editor's Pick
  • GitHub Submissions Level 1
  • Explorer
  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Matrix Patterns III Master
  • Card Games Master

View badges

Content Feed

View by

Solved


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

ongeveer 7 uur ago

Solved


Detect circles in images
Given an image and a target radius range, specified as [rmin rmax], find circles in the image. Your function should output an m-...

ongeveer een maand ago

Solved


give-nth-decimal-place-of-pi up to 100 digits
max 100th place after the decimal point this is upgrade problem of 142

ongeveer een maand ago

Solved


Ring Matrix
Given n (only odd), return output matrix a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. ...

ongeveer een maand ago

Solved


Sum of digits of powers of 2
Given n, first, calculate the number 2^n. Then, sum the digits that comprise that number. For example: Input: n = 7 2^n = ...

ongeveer een maand ago

Solved


Number of lattice points within a circle
Find the number of points (x,y) in square lattice with x^2 + y^2 =< n. This is related to Jame's

ongeveer een maand ago

Solved


The almost-birthday problem.
This is a harder version of the birthday problem. Now, you will have to determine the probability that two or more people in a r...

ongeveer een maand ago

Solved


Schwarzschild radius
Compute the Schwarzschild radius for objects of mass m (kg). Use c = 299,792.458 km/s and G = 6.6738*10^-11 N*(m/kg)^2. Your fun...

ongeveer een maand ago

Solved


Periodic Table II 101.
Given the symbol of an element, return its atomic number. This is the continuation of

ongeveer een maand ago

Solved


Special Relativity 101.
Special relativity states that the effective mass of an object varies as a function of its velocity. If *c* is the speed of ligh...

ongeveer een maand ago

Solved


Number of vertices of a hypercube
Return the number of vertices of a n-dimensional hypercube.

ongeveer een maand ago

Solved


Classification metrics

ongeveer een maand ago

Solved


Minkowski distance

ongeveer een maand ago

Solved


Divisors

ongeveer een maand ago

Solved


Taxi vs Euclides

ongeveer een maand ago

Solved


Sort a vector

ongeveer een maand ago

Solved


F-score

ongeveer een maand ago

Solved


Would you win a raffle?

ongeveer een maand ago

Solved


Mean Square Error

ongeveer een maand ago

Solved


Swap Red and Blue

ongeveer een maand ago

Solved


Rotate the Image

ongeveer een maand ago

Solved


Flip the Image

ongeveer een maand ago

Solved


Gray Image

ongeveer een maand ago

Solved


Taxicab distance

ongeveer een maand ago

Solved


Solve the recursion

ongeveer een maand ago

Solved


Sum multiples

ongeveer een maand ago

Solved


Double the next and alternate sign

ongeveer een maand ago

Solved


Alternate elements!
Write a function that combines two lists by alternating the elements, e.g. ['a','b','c'], ['1','2','3'] → 'a1b2c3'.

ongeveer een maand ago

Solved


Round the chord length!!

ongeveer een maand ago

Load more