Community Profile

photo

Meltem Uyanik


Last seen: 2년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


creating matrix of replicated elements
Given an input element a, and the dimensions, (m, n) return a matrix of size m-by-n filled with element a.

대략 7년 전

문제


creating matrix of replicated elements
Given an input element a, and the dimensions, (m, n) return a matrix of size m-by-n filled with element a.

대략 7년 전 | 0 | 솔버 수: 2

문제


matrix to vector
For given a matrix of any size, convert it into a column vector.

대략 7년 전 | 0 | 솔버 수: 1

문제를 풀었습니다


vectors counting by 5
Create a vector numbers from 55 to 115 in increments of 5.

대략 7년 전

문제를 풀었습니다


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

대략 7년 전

문제


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

대략 7년 전 | 0 | 솔버 수: 105

문제를 풀었습니다


Min of a Matrix
Return the minimum value in the given matrix.

대략 7년 전

문제를 풀었습니다


Find out of matrix transpose Complex conjugate
Find out of matrix transpose Complex conjugate A=[2 3+i;1 4+i] Then answer must be [2.0000 1.0000; ...

대략 7년 전

문제를 풀었습니다


Change matrix to vector
Vector is a matrix whose size is 1 x n or n x 1. Change matrix to vector. x = 4 3 5 1 ...

대략 7년 전

문제를 풀었습니다


Transpose of matrix
Transpose of matrix as per test cases

대략 7년 전

문제를 풀었습니다


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

대략 7년 전

문제를 풀었습니다


Create matrix of replicated elements
Given an input element x, and the dimensions, (m, n) return a matrix of size m x n filled with element x. Example: Input: ...

대략 7년 전

문제를 풀었습니다


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

대략 7년 전

문제


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

대략 7년 전 | 0 | 솔버 수: 107

문제를 풀었습니다


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

대략 7년 전

문제를 풀었습니다


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

대략 7년 전

문제를 풀었습니다


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

대략 7년 전

문제를 풀었습니다


convert matrix to single column
given any matrix, convert it to single column

대략 7년 전

문제를 풀었습니다


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

대략 7년 전

문제를 풀었습니다


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

대략 7년 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

대략 7년 전

문제를 풀었습니다


length of a vector
Find three times the length of a given vector.

7년 초과 전

문제


extract the fifth through the last elements
For any vector x, write a function that extracts the fifth through the last elements.

7년 초과 전 | 0 | 솔버 수: 6

문제를 풀었습니다


Matlab Basics II - Extract last 3 elements of a vector
Let x be a vector of unknown length, we are always interested in the last 3 numbers in the vector, write a function that gives t...

7년 초과 전

문제


counting down
Create a vector that counts from 1000 to 400 in increments of 50.

7년 초과 전 | 0 | 솔버 수: 4

문제


perimeter of a circle
Given the radius x, y would be the perimeter of a circle.

7년 초과 전 | 0 | 솔버 수: 2

문제


the size of matrix
Given a matrix A, the output y should equal the size of A.

7년 초과 전 | 0 | 솔버 수: 0

문제


transpose of matrix
Given a vector x, the output y should equal the transpose of x.

7년 초과 전 | 0 | 솔버 수: 4

문제


the length of a given vector
Given a vector x, the output y should equal the length of x.

7년 초과 전 | 0 | 솔버 수: 4

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

7년 초과 전

더 보기