문제를 풀었습니다


Doubling elements in a vector (★★)
(copy of prob. 1024) Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] t...

대략 4년 전

문제를 풀었습니다


Vector of digits (★★)
Given a positive integer x, construct a vector y with all the digits of x in the order of appearance in x. Thus, if x = 172...

대략 4년 전

문제를 풀었습니다


Create a vector of the first n odd numbers (★)
If n = 10, your program should return a vector y, where y = [1 3 5 7 9 11 13 15 17 19].

대략 4년 전

문제를 풀었습니다


Average of corner elements of a matrix (★★)
(copy of prob 2235) Calculate the average of corner elements of a matrix. e.g. x=[1 2 3; 4 5 6; 7 8 9;] avg = (1+3+7+9)...

대략 4년 전

문제를 풀었습니다


Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

대략 4년 전

문제를 풀었습니다


Create a vector of the first n natural numbers (★)
If n = 7, your program should return a vector y, where y = [1 2 3 4 5 6 7].

대략 4년 전

문제를 풀었습니다


Factorize uniquely! (★★)

대략 4년 전

문제를 풀었습니다


Generate n equally spaced "intervals" between -x and x (★)
Given n and x, return a list of numbers (in ascending order) that divides the interval [-x x] into n equal-length intervals. ...

대략 4년 전

문제를 풀었습니다


Sum of elements in a vector (★)
(copy of Prob. 3) Find the sum of all the numbers of the input vector x. Input x = [1 2 3 5] Output y is 11 <> ...

대략 4년 전

문제를 풀었습니다


Create a vector of n alternating ones and minus ones (★★)

대략 4년 전

문제를 풀었습니다


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

대략 4년 전

문제를 풀었습니다


Vector creation using colon operator
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use the colon (:) operator.

대략 4년 전

문제를 풀었습니다


Logarithmically spaced vector creation using logspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Use the logspace operator.

대략 4년 전

문제를 풀었습니다


Find the second biggist number in a vector or a matrix

대략 4년 전

문제를 풀었습니다


Logarithmically spaced vector creation using linspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Avoid using logspace and use the linsp...

대략 4년 전

문제를 풀었습니다


Surface area of a cone

대략 4년 전

문제를 풀었습니다


find the value

대략 4년 전

문제를 풀었습니다


find the answer

대략 4년 전

문제를 풀었습니다


find the answer

대략 4년 전

문제를 풀었습니다


area of a sphere

대략 4년 전

문제를 풀었습니다


find the answer

대략 4년 전

문제를 풀었습니다


find the answer

대략 4년 전

문제를 풀었습니다


Perimeter of a Triangle

대략 4년 전

문제를 풀었습니다


Period of a pendulum

대략 4년 전

문제를 풀었습니다


Volume of a sphere

대략 4년 전

문제를 풀었습니다


Sort in descending order.

대략 4년 전

문제를 풀었습니다


Find sum of numbers on the cornice of a matrix.

대략 4년 전

문제를 풀었습니다


Find the worst traffic yesterday

대략 4년 전

문제를 풀었습니다


Specific toolboxes
Given a string that is the name of a MATLAB toolbox, return true if it is available on the Cody solvers evaluation system, false...

대략 4년 전

문제를 풀었습니다


Delete blanks at the end of string
you got to delete all blank spaces which appears at the end of string

대략 4년 전

더 보기