解決済み


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

7年以上 前

解決済み


find lenth of array
you have given an array, find the length of that.

7年以上 前

解決済み


first element of matrix
find the first elements of a column matrix

7年以上 前

解決済み


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

7年以上 前

解決済み


list of prime numbers
n is given find the largest prime number <=n

7年以上 前

解決済み


find square root of a positive real number
a number given, find the square root of that number

7年以上 前

解決済み


find "greatest common divisor" of two integer value
A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96 output should be +6 x=-18; y=96; >>your...

7年以上 前

解決済み


Find remainder when x is divided by 3
Find remainder when x is divided by 3

7年以上 前

解決済み


multiply an array by its position number
You have given an array. Multiply an array by its position number

7年以上 前

解決済み


Find qube root
Find the quberoot of 27

7年以上 前

解決済み


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

7年以上 前

解決済み


Prime number removal
remove all prime numbers from the input e.g. input = 1 2 3 4 5 6 7 8 9 10 11 12 ...

7年以上 前

解決済み


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

7年以上 前

解決済み


Zero Cross
Write a function that counts the number of times n a signal x crosses zero or changes sign. Examples x = [1 2 -3 -4 5 6 ...

7年以上 前

解決済み


Log of a number
Write a script that will give the log of x as output.

7年以上 前

解決済み


Vector with a repeated entry
Create a row vector of length n, filled with 4's. For example, if n = 3, output = [4 4 4] Hint: Search for the function...

7年以上 前

解決済み


If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8] B = [1 2 3 4 1 2 3 4; 5 6 ...

7年以上 前

解決済み


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

7年以上 前

解決済み


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

7年以上 前

解決済み


Perimeter of a square
Find a function for the perimeter of a square where x equals a side length

8年弱 前

解決済み


Find longest run
Write a function longest_run that takes as input an array of 0's and 1's and outputs the length and index of the longest consecu...

8年弱 前

解決済み


Vector 1 to 15.
Create a vector from 1 to 15.

8年弱 前

解決済み


Free-time Equation
Given a 7-day week, an *_nc_* -number of *_tc_* -hour classes, *_ta_* -hours awake in a day, and *_tw_* -hours that you work in ...

8年弱 前

解決済み


Determine the product of the vector
Determine the product of a given vector if you multiply the vector by 2.

8年弱 前

解決済み


Area of a Circle
x=radius %construct the area of a circle using x and pi

8年弱 前

解決済み


Transpose of matrix
Transpose of matrix as per test cases

8年弱 前

解決済み


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

8年弱 前

解決済み


Find the sum of n squares
What is the sum of the squares of the first n integers?

8年弱 前

解決済み


테스트
다음과 같은 벡터를 1,2,2,3,3,3,4,4,4,4 만드는 사용자 정의 함수 your_fcn_name 을 작성하시오. 이 벡터는 그 숫자가 그 갯수 만큼 있다. 예) 만일 입력 n=3이면 3까지...

8年弱 前

さらに読み込む