已解决


number of groups
In a classroom, *n* students work on a special project and the other students work in groups of five. If there are 18 students i...

7 years 前

已解决


Geometric Series
Given x and n, give the sum of x ^ 1 to x ^ n. You should not have to use a loop for this.

7 years 前

已解决


Determine whether the number is multiple of 3 or not
Let a=6 and as 6 = 2*3 which means 6 is multiple of 3; return true if a is multiple of 3,otherwise false.

7 years 前

已解决


Find the maxmum value of N*N Matrix
Input x=[1 2 3; 4 5 6; 7 8 9] output: y=9

7 years 前

已解决


Weighted average
Compute the weighted average Y, of the vector A, given the weight vector W. The weighted average is the sum of the dot produc...

7 years 前

已解决


times 4
times 4

7 years 前

已解决


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

7 years 前

已解决


Even or Odd
Write a function which can tell us if the given value x is odd or even. So if x is even return true and if x is odd return false...

7 years 前

已解决


raise 1/3
raise 1/3

7 years 前

已解决


what is the speed of the car if the car travelled 10m in 5 seconds
what is the speed of the car if the car travelled 10m in 5 seconds

7 years 前

已解决


what is the cosine of pi
what is the cosine of pi

7 years 前

已解决


what is sin of 0
what is sin of 0

7 years 前

已解决


Area of square
find the area of the square, whose length of diagonal is given as x.

7 years 前

已解决


times 2
times 2

7 years 前

已解决


times 3
times 3

7 years 前

已解决


times 5
times 5

7 years 前

已解决


times 5
times 5

7 years 前

已解决


times 1
times 1

7 years 前

已解决


times 2
t

7 years 前

已解决


times 33
times 33

7 years 前

已解决


times 22
times 22

7 years 前

已解决


times 11
times 11

7 years 前

已解决


times 0
times 0

7 years 前

已解决


Check availability of a number in an array
An array is given A=[1 2 3 4 5 7 8 9 10]. Find whether the number n is present in given array or not. If the number n is prese...

7 years 前

已解决


times 10
times 10

7 years 前

已解决


Card Game
This is an overly simplified and highly modified version of card game Twenty-Nine. A deck of 100 unique cards (hypothetical) ...

7 years 前

已解决


Mongean Shuffle : 2
Extension to <https://www.mathworks.com/matlabcentral/cody/problems/2479-mongean-shuffle problem 2479>: Determine the number...

7 years 前

已解决


Mongean Shuffle
A Mongean shuffle of an n card deck starts with putting the initial deck on the left hand side. * The top card of the deck is...

7 years 前

已解决


Poker Series 09: IsHighCard
The Poker Series consists of many short, well defined functions that when combined will lead to complex behavior. Our goal is t...

7 years 前

已解决


Poker Series 08: IsPair
The Poker Series consists of many short, well defined functions that when combined will lead to complex behavior. Our goal is t...

7 years 前

加载更多