解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


to the 2 all elements
to the 2 all elements

4年以上 前

解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


Converts numbers into characters
Converts numbers into characters

4年以上 前

解決済み


Normalizing a vector

4年以上 前

解決済み


Digits Multiplication

4年以上 前

解決済み


Min-Max digit

4年以上 前

解決済み


Write a function to generate AND operation

4年以上 前

解決済み


triangle

5年弱 前

解決済み


Number Puzzle - 100

5年弱 前

解決済み


have i got a dog?? yes i have!

5年弱 前

解決済み


trapeze area

5年弱 前

解決済み


max

5年弱 前

解決済み


rounding

5年弱 前

解決済み


square area

5年弱 前

解決済み


diamond area

5年弱 前

解決済み


eukleides triangle

5年弱 前

解決済み


rectangle volume

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


Matrix for beginners
Multiply x and y elemwise.

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

さらに読み込む