Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


Find qube root
Find the quberoot of 27

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

alrededor de 10 años hace

Resuelto


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

alrededor de 10 años hace

Resuelto


Transpose of matrix
Transpose of matrix as per test cases

alrededor de 10 años hace

Resuelto


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

alrededor de 10 años hace

Resuelto


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

alrededor de 10 años hace

Resuelto


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

alrededor de 10 años hace

Cargar más