已解决


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

3 years 前

已解决


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

3 years 前

已解决


to the 2 all elements
to the 2 all elements

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


Converts numbers into characters
Converts numbers into characters

3 years 前

已解决


Normalizing a vector

3 years 前

已解决


Digits Multiplication

3 years 前

已解决


Min-Max digit

3 years 前

已解决


triangle

3 years 前

已解决


Number Puzzle - 100

3 years 前

已解决


have i got a dog?? yes i have!

3 years 前

已解决


trapeze area

3 years 前

已解决


max

3 years 前

已解决


rounding

3 years 前

已解决


square area

3 years 前

已解决


diamond area

3 years 前

已解决


eukleides triangle

3 years 前

已解决


rectangle volume

3 years 前

已解决


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 前

已解决


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

3 years 前

已解决


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 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


Matrix for beginners
Multiply x and y elemwise.

3 years 前

已解决


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 前

已解决


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 前

已解决


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 前

加载更多