已解决


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

2 years 前

已解决


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

2 years 前

已解决


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.

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


Find Logic 15

2 years 前

已解决


Find Logic 12

2 years 前

已解决


Find Logic 13

2 years 前

已解决


Find Logic 17

2 years 前

已解决


Find Logic 18

2 years 前

已解决


Find Logic 19

2 years 前

已解决


Divisors

2 years 前

已解决


Sum multiples

2 years 前

已解决


Taxi vs Euclides

2 years 前

已解决


Find Logic 10

2 years 前

已解决


Solve the recursion

2 years 前

已解决


F-score

2 years 前

已解决


Taxicab distance

2 years 前

已解决


Mean Square Error

2 years 前

已解决


Find Logic 8

2 years 前

已解决


Find Logic 7

2 years 前

已解决


Find Logic 6

2 years 前

已解决


Find Logic 4

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


Dot Product

2 years 前

已解决


sum of binomial series

2 years 前

加载更多