Risolto


Find Logic 29

circa 3 anni fa

Risolto


Find Logic 31

circa 3 anni fa

Risolto


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

circa 3 anni fa

Risolto


Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
If p is the perimeter of a right angle triangle with integral length sides, { a, b, c }, there are exactly three solutions for p...

circa 3 anni fa

Risolto


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

circa 3 anni fa

Risolto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

circa 3 anni fa

Risolto


Draw a '1' in a zero matrix!

circa 3 anni fa

Risolto


What is the distance from point P(x,y) to the line Ax + By + C = 0?
Given a point, P(x,y), find the distance from this point to a linear line. INPUTS: x, y, A, B, C OUTPUTS: d, the distance ...

circa 3 anni fa

Risolto


Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...

circa 3 anni fa

Risolto


Find Logic 28

circa 3 anni fa

Risolto


Find Logic 21

circa 3 anni fa

Risolto


Find Logic 20

circa 3 anni fa

Risolto


Find Logic 26

circa 3 anni fa

Risolto


Find Logic 27

circa 3 anni fa

Risolto


Find Logic 25

circa 3 anni fa

Risolto


Find Logic 24

circa 3 anni fa

Risolto


Find Logic 23

circa 3 anni fa

Risolto


Find Logic 22

circa 3 anni fa

Risolto


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

circa 3 anni fa

Risolto


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

circa 3 anni fa

Risolto


Converts numbers into characters
Converts numbers into characters

circa 3 anni fa

Risolto


Find the max element of the array
Find the max element of the array

circa 3 anni fa

Risolto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

circa 3 anni fa

Risolto


the average value of the elements
Calculate the average value of the elements in the array

circa 3 anni fa

Risolto


Double all elements in the array
Duplicate all elements in the array

circa 3 anni fa

Risolto


Draw a '0' in a one matrix!

circa 3 anni fa

Risolto


calculate the length of matrix
input 1 array, calculate the length

circa 3 anni fa

Risolto


to the 2 all elements
to the 2 all elements

circa 3 anni fa

Risolto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

circa 3 anni fa

Risolto


Find Logic 13

circa 3 anni fa

Carica altro