Solved


area

5 years ago

Solved


Test

5 years ago

Solved


Size

5 years ago

Solved


size

5 years ago

Solved


Matrix operation

5 years ago

Solved


print

5 years ago

Solved


Diagonal Prod

5 years ago

Solved


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

5 years ago

Solved


sign function

5 years ago

Solved


F.R.I.E.N.D.S

5 years ago

Solved


Swap

5 years ago

Solved


Row sum

5 years ago

Solved


find the index of a number

5 years ago

Solved


Return multiples of 3

5 years ago

Solved


Number Puzzles - 003

5 years ago

Solved


ascii value
let input='a' output=97

5 years ago

Solved


Sort a vector

5 years ago

Solved


find the answer

5 years ago

Solved


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

5 years ago

Solved


Add one raw in given matrix as shown in example
*Add one raw in given matrix as shown in example* A=[1 0;0 1]; X=[3 5]; Answer must be:[1 0; 0 1;3 5]

5 years ago

Solved


cross in array
Make a cross from "1" in odd size array. Other value from array should be equal to "0"; As input you get length of side of arra...

5 years ago

Solved


Wheat on a chessboard pt 2
If a chessboard were to have wheat placed upon each square such that x grains were placed on the first square and each successiv...

5 years ago

Solved


Wheat on a chessboard pt 1
If a chessboard were to have wheat placed upon each square such that one grain were placed on the first square and each successi...

5 years ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

5 years ago

Solved


prime test 2
enter the only non prime,non composite number

5 years ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

5 years ago

Solved


Unique values without using UNIQUE function
You must return unique values in a vector in *stable* mode without using the unique function. About stable order flag: ...

5 years ago

Solved


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

5 years ago

Load more