Ramesh Singh
Followers: 0 Following: 0
BE in mechanical from tribhuvan university nepal personal interest machine learning, deep learning etc
Feeds
已解决
Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]
3 years 前
已解决
Flipping a Matrix
Flipping matrix up and down. If a central row is exists, leave it, and flip remaining rows. Example Mat = magic(3) ...
3 years 前
已解决
Cofactor
Given a matrix, find the cofactor of the element in 'i'th row and 'j'th column.
3 years 前
已解决
Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*
3 years 前
已解决
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)
3 years 前
已解决
Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together
3 years 前
已解决
Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors
3 years 前
已解决
Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.
3 years 前
已解决
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.
3 years 前
已解决
Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number
3 years 前
已解决
Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise
3 years 前
已解决
Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector
3 years 前
已解决
Create a square matrix of zeros of even order
Create a square matrix of zeros of even order
3 years 前
已解决
Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively
3 years 前