Community Profile

photo

Meltem Uyanik


Last seen: plus de 2 ans il y a Actif depuis 2017

Statistiques

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

Afficher les badges

Content Feed

Afficher par

A résolu


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.

environ 7 ans il y a

Problème


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.

environ 7 ans il y a | 0 | 2 solveurs

Problème


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

environ 7 ans il y a | 0 | 1 solveur

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

Problème


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

environ 7 ans il y a | 0 | 104 solveurs

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


Transpose of matrix
Transpose of matrix as per test cases

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

Problème


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

environ 7 ans il y a | 0 | 106 solveurs

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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.

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

Problème


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

environ 7 ans il y a | 0 | 6 solveurs

A résolu


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

environ 7 ans il y a

Problème


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

environ 7 ans il y a | 0 | 4 solveurs

Problème


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

environ 7 ans il y a | 0 | 2 solveurs

Problème


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

environ 7 ans il y a | 0 | 1 solveur

Problème


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

environ 7 ans il y a | 0 | 4 solveurs

Problème


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

environ 7 ans il y a | 0 | 4 solveurs

A résolu


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

environ 7 ans il y a

Charger plus