解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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.

3年弱 前

解決済み


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.

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


ascii value
let input='a' output=97

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Square
square root of x

3年弱 前

解決済み


square of a number
find square of a given number

3年弱 前

解決済み


cube of number
find cube of number

3年弱 前

解決済み


divide by 5

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


easy problem
Find the last element of the array

3年弱 前

解決済み


Summation of integers

3年弱 前

解決済み


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

3年弱 前

解決済み


ASCii Code
Using Matlab get the ASCii for '?'

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Product of elements in a column

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

さらに読み込む