문제를 풀었습니다


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

대략 5년 전

문제를 풀었습니다


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

대략 5년 전

문제를 풀었습니다


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

대략 5년 전

문제를 풀었습니다


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

대략 5년 전

문제를 풀었습니다


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

대략 5년 전

문제를 풀었습니다


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

대략 5년 전

문제를 풀었습니다


easy problem
Find the last element of the array

대략 5년 전

문제를 풀었습니다


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

대략 5년 전

문제를 풀었습니다


Add 2 Vectors

대략 5년 전

문제를 풀었습니다


Find the second biggist number in a vector or a matrix

대략 5년 전

문제를 풀었습니다


Find the standard deviation of an array

대략 5년 전

문제를 풀었습니다


reverse the order and combine a matrix

대략 5년 전

문제를 풀었습니다


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

대략 5년 전

문제를 풀었습니다


Remove the positive integers.
Given array,x, remove all the positive numbers and display ouput as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

대략 5년 전

문제를 풀었습니다


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

대략 5년 전

문제를 풀었습니다


Back to basics 10 - Max Float
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive floating-point number MATLAB can han...

대략 5년 전

문제를 풀었습니다


Dot Product

대략 5년 전

문제를 풀었습니다


Solve the equation. Find X.

대략 5년 전

문제를 풀었습니다


Area of Ellipse

대략 5년 전

문제를 풀었습니다


unsolvable

대략 5년 전

문제를 풀었습니다


matrix rows and columns

대략 5년 전

문제를 풀었습니다


Negative Infinity
Round the given array a towards negative infinity.

대략 5년 전

문제를 풀었습니다


Find the minimal value in N*N Matrix
Suppose that we have N by N matrix, we try to find the minimal value in that matrix. examples: Input A=[1 2 3 5 6;52 58 56 45...

대략 5년 전

문제를 풀었습니다


imaginary results
Return the value of the imaginary number i to the power of input argument n.

대략 5년 전

문제를 풀었습니다


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

대략 5년 전

문제를 풀었습니다


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

대략 5년 전

문제를 풀었습니다


Summy's odd sum

대략 5년 전

문제를 풀었습니다


Divide elements by sum of elements
In this problem, I ask you to write a function which will divide the elements of each column by the sum of the elements of the s...

대략 5년 전

문제를 풀었습니다


Find the absolute value of of the array

대략 5년 전

문제를 풀었습니다


Adding Numbers
Add the input numbers to the original.

대략 5년 전

더 보기