Solved


Creating a code via test suite :)
Given the test suites, create a code that would fit them :) *Clue: Pascal's Triangle

2 years ago

Solved


Is it column vector?
Is it column vector? Check vector for column vector without using iscolumn function.

2 years ago

Solved


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

2 years ago

Solved


Find Out sum of principal diagonal element of given matrix
Find out sum of principal diagonal element of given matrix If A=[1 0 0; 0 1 0;0 0 1], then answer must be 3.

2 years ago

Solved


Find the area of a rectangle if length of the diagonal is given.
if length of a diagnonal in rectangle is 5. Its area is 12.

2 years ago

Solved


Convert degrees to radians
Given input in degrees, output to radians

2 years ago

Solved


"mirror" matrix
Create n x 2n "mirror" matrix of this type: Examples For n = 2 m = [ 1 2 2 1 1 2 2 1 ] For n = 3 m = ...

2 years ago

Solved


ascii value
let input='a' output=97

2 years ago

Solved


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

2 years ago

Solved


Calculate distance travelled when given radius and rotations
When given radius of wheel and number of rotations calculate total distance travelled consider pi=3.14

2 years ago

Solved


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

2 years ago

Solved


Square
square root of x

2 years ago

Solved


square of a number
find square of a given number

2 years ago

Solved


cube of number
find cube of number

2 years ago

Solved


divide by 5

2 years ago

Solved


JannaT is Loved By Me
JannaT was sTarTed loved by me and that time was in 2020. A year when JannaT will starT loving me when the year divided from th...

2 years ago

Solved


Getting the absolute index from a matrix
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to get the <http://www.ma...

2 years ago

Solved


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

2 years ago

Solved


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

2 years ago

Solved


easy problem
Find the last element of the array

2 years ago

Solved


Summation of integers

2 years ago

Solved


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

2 years ago

Solved


ASCii Code
Using Matlab get the ASCii for '?'

2 years ago

Solved


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

2 years ago

Solved


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

2 years ago

Solved


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

2 years ago

Solved


prime test 2
enter the only non prime,non composite number

2 years ago

Solved


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

2 years ago

Solved


Sum of integers numbers
Sum of the numbers from 1 to 100

2 years ago

Load more