Solved


Double all elements in the array
Duplicate all elements in the array

3 years ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

3 years ago

Solved


to the 2 all elements
to the 2 all elements

3 years ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

3 years ago

Solved


Find the max element of the array
Find the max element of the array

3 years ago

Solved


Converts numbers into characters
Converts numbers into characters

3 years ago

Solved


Normalizing a vector

3 years ago

Solved


Digits Multiplication

3 years ago

Solved


Min-Max digit

3 years ago

Solved


triangle

3 years ago

Solved


Number Puzzle - 100

3 years ago

Solved


have i got a dog?? yes i have!

3 years ago

Solved


trapeze area

3 years ago

Solved


max

3 years ago

Solved


rounding

3 years ago

Solved


square area

3 years ago

Solved


diamond area

3 years ago

Solved


eukleides triangle

3 years ago

Solved


rectangle volume

3 years ago

Solved


Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...

3 years ago

Solved


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

3 years ago

Solved


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

3 years ago

Solved


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

3 years ago

Solved


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

3 years ago

Solved


Matrix for beginners
Multiply x and y elemwise.

3 years ago

Solved


Fix the last element of a cell array
Note: this is lifted directly from <http://www.mathworks.com/matlabcentral/answers/82825-puzzler-for-a-monday Puzzler for a Mond...

3 years ago

Solved


How many days in a month?
Return the number of days in a given month in 2017. If the input is not a valid month number, return -1. Examples: Input...

3 years ago

Solved


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

3 years ago

Load more