A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Find out Harmonic mean.
Find out Harmonic mean.

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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)

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

4 mois il y a

A résolu


Sum two matrices
Take two incoming matrices, and sum them

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Halder function
Find the halder function value of a number

4 mois il y a

A résolu


Area of rhombus
Calculate the rhombus area

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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'

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

Charger plus