Gelöst


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

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


Converts numbers into characters
Converts numbers into characters

fast 3 Jahre vor

Gelöst


Normalizing a vector

fast 3 Jahre vor

Gelöst


Digits Multiplication

fast 3 Jahre vor

Gelöst


Min-Max digit

fast 3 Jahre vor

Gelöst


triangle

etwa 3 Jahre vor

Gelöst


Number Puzzle - 100

etwa 3 Jahre vor

Gelöst


have i got a dog?? yes i have!

etwa 3 Jahre vor

Gelöst


trapeze area

etwa 3 Jahre vor

Gelöst


max

etwa 3 Jahre vor

Gelöst


rounding

etwa 3 Jahre vor

Gelöst


square area

etwa 3 Jahre vor

Gelöst


diamond area

etwa 3 Jahre vor

Gelöst


eukleides triangle

etwa 3 Jahre vor

Gelöst


rectangle volume

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Matrix for beginners
Multiply x and y elemwise.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Mehr laden