문제를 풀었습니다


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년 전

더 보기