解決済み


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

8年弱 前

解決済み


Area of square
Find the area of a square whose diagonal length is given as x.

8年弱 前

解決済み


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

8年弱 前

解決済み


Sum positive elements of matrix.
Calculate sum of positive elements of the matrix.

8年弱 前

解決済み


Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.

8年弱 前

解決済み


Where is she?
Given the numbers 12, 3, 6, 9 Tell where the girl is located. That is: Look to your 3 o'clock = look right Example ...

8年弱 前

解決済み


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

8年弱 前

解決済み


raise 1/3
Raise a number to 1/3 power.

8年弱 前

解決済み


JOIN STRINGS
There are two given strings 'STRING1' and 'STR ING2'.|monospaced|The output should be 'STRING1 STR ING2' or STr1='Sum';STr2='EQU...

8年弱 前

解決済み


Annoying population
Every year the number of annoying persons in the office triples Found the population, given a(0) and t

8年弱 前

解決済み


Step up
For given input array, output a array with all elements step up by two

8年弱 前

解決済み


Flipping a Matrix
Flipping matrix up and down. If a central row is exists, leave it, and flip remaining rows. Example Mat = magic(3) ...

8年弱 前

解決済み


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

8年弱 前

解決済み


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

8年弱 前

解決済み


Prime Time
All you need to do here is submit your solution a prime number of seconds after the top of the hour. Any hour at all... Easy, ...

8年弱 前

解決済み


Generate the sum of Squares of the given number
|P(n) = 1^2 + 2^2 + ... + n^2| |P(1) = 1| |P(2) = 1 + 4 = 5;| |P(3) = 5 + 9 = 14;| |P(4) = 14 + 16 = 30;|

8年弱 前

解決済み


Give prime Numbers upto n
You are given a input number x; print all the prime numbers less than equal to x.

8年弱 前

解決済み


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

8年弱 前

解決済み


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

8年弱 前

解決済み


union without repitition
Let a = [9 9 9 9 9 9 8 8 8 8 7 7 7 6 6 6 5 5 4 2 1] b = [1 1 1 3 3 3 3 3 4 4 4 4 4 10 10 10] Output should be [9 8...

8年弱 前

解決済み


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

8年弱 前

解決済み


multiply an array by its position number
You have given an array. Multiply an array by its position number

8年弱 前

解決済み


Add two different item as shown in example
Add two different item as shown in example x=5; y='ab'; Then output must be'5ab';

8年弱 前

解決済み


Change matrix to vector2
From x = 4 3 5 1 5 1 To y = 4 3 5 1 ...

8年弱 前

解決済み


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

8年弱 前

解決済み


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

8年弱 前

解決済み


Determine if a row vector has NaN
Determine if a row vector x has NaN

8年弱 前

解決済み


If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8] B = [1 2 3 4 1 2 3 4; 5 6 ...

8年弱 前

解決済み


Vector push
Append an element |x| to the end of the vector |v| and return both the extended vector and the new number of its elements. |x| c...

8年弱 前

解決済み


Print true if
all elements are larger than 5 a=[1 3 5 8 6]; b=[6 6 6 6 6]; function(a) should be false, and function(b) will be tru...

8年弱 前

さらに読み込む