Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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.

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


Find Logic 15

etwa 2 Jahre vor

Gelöst


Find Logic 12

etwa 2 Jahre vor

Gelöst


Find Logic 13

etwa 2 Jahre vor

Gelöst


Find Logic 17

etwa 2 Jahre vor

Gelöst


Find Logic 18

etwa 2 Jahre vor

Gelöst


Find Logic 19

etwa 2 Jahre vor

Gelöst


Divisors

etwa 2 Jahre vor

Gelöst


Sum multiples

etwa 2 Jahre vor

Gelöst


Taxi vs Euclides

etwa 2 Jahre vor

Gelöst


Find Logic 10

etwa 2 Jahre vor

Gelöst


Solve the recursion

etwa 2 Jahre vor

Gelöst


F-score

etwa 2 Jahre vor

Gelöst


Taxicab distance

etwa 2 Jahre vor

Gelöst


Mean Square Error

etwa 2 Jahre vor

Gelöst


Find Logic 8

etwa 2 Jahre vor

Gelöst


Find Logic 7

etwa 2 Jahre vor

Gelöst


Find Logic 6

etwa 2 Jahre vor

Gelöst


Find Logic 4

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


Dot Product

etwa 2 Jahre vor

Gelöst


sum of binomial series

etwa 2 Jahre vor

Mehr laden