
Meltem Uyanik
Followers: 0 Following: 0
Estadística
22 Problemas
41 Soluciones
CLASIFICACIÓN
N/A
of 297.716
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.469
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
10.683
of 159.428
CONTRIBUCIONES
22 Problemas
41 Soluciones
PUNTUACIÓN
515
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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.
alrededor de 8 años hace
Problema
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.
alrededor de 8 años hace | 0 | 2 solvers
Problema
matrix to vector
For given a matrix of any size, convert it into a column vector.
alrededor de 8 años hace | 0 | 1 solver
Resuelto
vectors counting by 5
Create a vector numbers from 55 to 115 in increments of 5.
alrededor de 8 años hace
Resuelto
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
alrededor de 8 años hace
Problema
vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.
alrededor de 8 años hace | 0 | 114 solvers
Resuelto
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; ...
alrededor de 8 años hace
Resuelto
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 ...
alrededor de 8 años hace
Resuelto
first element of matrix
find the first elements of a column matrix
alrededor de 8 años hace
Resuelto
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: ...
alrededor de 8 años hace
Resuelto
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; ...
alrededor de 8 años hace
Problema
row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.
alrededor de 8 años hace | 0 | 114 solvers
Resuelto
Square a Number
Given an input x, return y, which is equal to the square of x.
alrededor de 8 años hace
Resuelto
Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.
alrededor de 8 años hace
Resuelto
convert matrix to single column
given any matrix, convert it to single column
alrededor de 8 años hace
Resuelto
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: ...
alrededor de 8 años hace
Resuelto
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.
alrededor de 8 años hace
Resuelto
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 ...
alrededor de 8 años hace
Problema
extract the fifth through the last elements
For any vector x, write a function that extracts the fifth through the last elements.
alrededor de 8 años hace | 0 | 6 solvers
Resuelto
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...
alrededor de 8 años hace
Problema
counting down
Create a vector that counts from 1000 to 400 in increments of 50.
alrededor de 8 años hace | 0 | 4 solvers
Problema
perimeter of a circle
Given the radius x, y would be the perimeter of a circle.
alrededor de 8 años hace | 0 | 2 solvers
Problema
the size of matrix
Given a matrix A, the output y should equal the size of A.
alrededor de 8 años hace | 0 | 0 solvers
Problema
transpose of matrix
Given a vector x, the output y should equal the transpose of x.
alrededor de 8 años hace | 0 | 4 solvers
Problema
the length of a given vector
Given a vector x, the output y should equal the length of x.
alrededor de 8 años hace | 0 | 4 solvers
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
alrededor de 8 años hace