Risolto


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

circa 2 anni fa

Risolto


Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...

circa 2 anni fa

Risolto


Average of two numbers
Find the average of two numbers x1 and x2. For instance, if x1=7 and x2=19, the answer is 13.

circa 2 anni fa

Risolto


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

circa 2 anni fa

Risolto


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

circa 2 anni fa

Risolto


Average of five numbers
Find the average of a set of five numbers {x1,x2,x3,x4,x5}

circa 2 anni fa

Risolto


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

circa 2 anni fa

Risolto


Find Logic 15

circa 2 anni fa

Risolto


Find Logic 12

circa 2 anni fa

Risolto


Find Logic 13

circa 2 anni fa

Risolto


Find Logic 17

circa 2 anni fa

Risolto


Find Logic 18

circa 2 anni fa

Risolto


Find Logic 19

circa 2 anni fa

Risolto


Divisors

circa 2 anni fa

Risolto


Sum multiples

circa 2 anni fa

Risolto


Taxi vs Euclides

circa 2 anni fa

Risolto


Find Logic 10

circa 2 anni fa

Risolto


Solve the recursion

circa 2 anni fa

Risolto


F-score

circa 2 anni fa

Risolto


Taxicab distance

circa 2 anni fa

Risolto


Mean Square Error

circa 2 anni fa

Risolto


Find Logic 8

circa 2 anni fa

Risolto


Find Logic 7

circa 2 anni fa

Risolto


Find Logic 6

circa 2 anni fa

Risolto


Find Logic 4

circa 2 anni fa

Risolto


Find Min and Max Differences in a Vector
Given an array of integers, return the absolute largest and smallest (non zero) difference between any two numbers in the array....

circa 2 anni fa

Risolto


Create array of all Distances between two Sets of Points
This Challenge is a subsection of Martian Pranks based on Tim's efficient Distance calculation between sets of points. Given Po...

circa 2 anni fa

Risolto


Given a number between 1-365 (a day number in a non leap year) , find what day of what month it is.
For a given number between 1-365 (a day number in a non leap year), you should check which day of which month it is. for exampl...

circa 2 anni fa

Risolto


Dot Product

circa 2 anni fa

Risolto


sum of binomial series

circa 2 anni fa

Carica altro