解決済み


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

1年以上 前

解決済み


easy problem
Find the last element of the array

1年以上 前

解決済み


to the 2 all elements
to the 2 all elements

1年以上 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

1年以上 前

解決済み


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

1年以上 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

1年以上 前

解決済み


Convert degrees to radians
Given input in degrees, output to radians

1年以上 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

1年以上 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

1年以上 前

解決済み


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

1年以上 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

1年以上 前

解決済み


Simple addition
Add two numbers using a funciton

1年以上 前

解決済み


EZ
EZ

1年以上 前

解決済み


EZ8
EZ

1年以上 前

解決済み


EZZ
EZZ

1年以上 前

解決済み


EZ4

1年以上 前

解決済み


EZ10
EZ

1年以上 前

解決済み


EZ7
EZ

1年以上 前

解決済み


EZ9
EZ

1年以上 前

解決済み


EZ5
EZ5

1年以上 前

解決済み


EZ6

1年以上 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

1年以上 前

解決済み


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

1年以上 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

1年以上 前

解決済み


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

1年以上 前

解決済み


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

1年以上 前

解決済み


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

1年以上 前

解決済み


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

1年以上 前

解決済み


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

1年以上 前

解決済み


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to find the logical indices o...

1年以上 前

さらに読み込む