문제를 풀었습니다


Check if inputted variable is a string or a number
Check if a inputted variable is a number or a string, given a string input (i.e. '1' is 1 and thus a number, 'a' is a string).

6개월 전

문제를 풀었습니다


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


More Simple String Concatenation
Take the first string input, reverse the order of the string from the end to beginning (i.e. apple becomes elppa), add a space a...

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

6개월 전

문제를 풀었습니다


Find out Harmonic mean.
Find out Harmonic mean.

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

6개월 전

문제를 풀었습니다


How to get the additive inverse of a uint8.
Given x as a uint8 find the additive inverse y.

6개월 전

문제를 풀었습니다


Determine the length of a string of characters
Determine the length of a string of characters

6개월 전

문제를 풀었습니다


Vector indexing: lower than mean
Find indices of values in a vector lower than the mean of the vector

6개월 전

문제를 풀었습니다


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)

6개월 전

문제를 풀었습니다


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

6개월 전

문제를 풀었습니다


Simple String Concatenation
This is a simple problem involving taking two incoming strings, and outputting the concatenated string with a space separating t...

6개월 전

문제를 풀었습니다


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

6개월 전

문제를 풀었습니다


Sum two matrices
Take two incoming matrices, and sum them

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


Halder function
Find the halder function value of a number

6개월 전

문제를 풀었습니다


Area of rhombus
Calculate the rhombus area

6개월 전

문제를 풀었습니다


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

6개월 전

문제를 풀었습니다


Determine whether the input is divisible by 3 as well as 5
If the input is divisible by 3 as well as 5 then the output should be 'true' otherwise 'false'

6개월 전

문제를 풀었습니다


first element of matrix
find the first elements of a column matrix

6개월 전

문제를 풀었습니다


Return unique values without sorting
If the input vector A is [42 1 1], the output value B must be the unique values [42 1] The values of B are in the same order a...

6개월 전

문제를 풀었습니다


Test if a number is numeric or not
Test if a number is numeric or not

6개월 전

문제를 풀었습니다


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

6개월 전

문제를 풀었습니다


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

6개월 전

문제를 풀었습니다


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

6개월 전

문제를 풀었습니다


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

6개월 전

더 보기