![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3374772.jpg)
Abdullah Caliskan
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
283.955
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
12.963 of 20.422
REPUTACIÓN
25
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
1
ALL TIME DESCARGAS
152
CLASIFICACIÓN
78
of 157.776
CONTRIBUCIONES
23 Problemas
1367 Soluciones
PUNTUACIÓN
12.691
NÚMERO DE INSIGNIAS
24
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
más de 4 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 6 años hace
Resuelto
Calculate the CIRCUMFERENCE of circle.
Given the radius is 2, the circumference will be 12.5663.
alrededor de 7 años hace
Resuelto
Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors
más de 7 años hace
Resuelto
Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.
más de 7 años hace
Resuelto
Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together
más de 7 años hace
Resuelto
Find the mean of two vectors
Take two vectors, and output the mean of them (bonus if you don't use the in-built mean function)
más de 7 años hace
Resuelto
Check if inputted variable is a string or a number
Check if a inputted variable is a number or a string, given a string input (i.e. '1' is 1 and thus a number, 'a' is a string).
más de 7 años hace
Resuelto
Find the sum of the largest two elements in a vector
With this one, you have to find the two largest elements in a vector and output the sum of those numbers.
más de 7 años hace
how to scale the array type double of range [-1,1] to [0,1] and [0,360] to[0,1]
if input is matrix, you can use this. upper, bottom xmax =max(input); xmin =min(input); A=bsxfun(@minus,input,xmin); B=bsxfu...
más de 7 años hace | 0
Resuelto
Check availability of a number in an array
An array is given A=[1 2 3 4 5 7 8 9 10]. Find whether the number n is present in given array or not. If the number n is prese...
más de 7 años hace
Resuelto
Sum of self power series
The series, 1^1,2^2,3^3,4^4,.... Find the sum of such series when x terms are given.
más de 7 años hace
Resuelto
Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.
casi 8 años hace
Resuelto
Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.
alrededor de 8 años hace
Resuelto
Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.
alrededor de 8 años hace
Resuelto
Reverse a string
Reverse the given string. Example input = 'reverse' output = 'esrever'
alrededor de 8 años hace
Resuelto
Conversion from hours to mili sec
Convert given input in hours to mili seconds
alrededor de 8 años hace
Resuelto
UICBioE240 problem 1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...
alrededor de 8 años hace
Resuelto
UICBioE240 problem 1.6
Find the tangent line of a right triangle given the two of the sides. So if A = [1 1] B = sqrt(2)
alrededor de 8 años hace
Resuelto
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
Resuelto
Combine the first and last names
MATLAB R2016 provides a rich set of functions to work with string arrays. In this problem, you will be given two string arrays o...
alrededor de 8 años hace
Resuelto
matrix to vector
For given a matrix of any size, convert it into a column vector.
alrededor de 8 años hace
Resuelto
mean
Calculate the mean of a given vector (with positive elements) and return them in a vector.
alrededor de 8 años hace
Resuelto
row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.
alrededor de 8 años hace
Resuelto
determine the sum of the squares
if x = 4, the solution will be: y = 1^2+2^2+3^2+4^2=1+4+9+16 = 30.
alrededor de 8 años hace
Resuelto
Determine if number is even
Your function should return true if input x is even, else return false
alrededor de 8 años hace