A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


to the 2 all elements
to the 2 all elements

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


Converts numbers into characters
Converts numbers into characters

plus de 4 ans il y a

A résolu


Normalizing a vector

plus de 4 ans il y a

A résolu


Digits Multiplication

plus de 4 ans il y a

A résolu


Min-Max digit

plus de 4 ans il y a

A résolu


Write a function to generate AND operation

plus de 4 ans il y a

A résolu


triangle

presque 5 ans il y a

A résolu


Number Puzzle - 100

presque 5 ans il y a

A résolu


have i got a dog?? yes i have!

presque 5 ans il y a

A résolu


trapeze area

presque 5 ans il y a

A résolu


max

presque 5 ans il y a

A résolu


rounding

presque 5 ans il y a

A résolu


square area

presque 5 ans il y a

A résolu


diamond area

presque 5 ans il y a

A résolu


eukleides triangle

presque 5 ans il y a

A résolu


rectangle volume

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


Matrix for beginners
Multiply x and y elemwise.

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

Charger plus