解決済み


Find Logic 29

3年弱 前

解決済み


Find Logic 31

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Draw a '1' in a zero matrix!

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Find Logic 28

3年弱 前

解決済み


Find Logic 21

3年弱 前

解決済み


Find Logic 20

3年弱 前

解決済み


Find Logic 26

3年弱 前

解決済み


Find Logic 27

3年弱 前

解決済み


Find Logic 25

3年弱 前

解決済み


Find Logic 24

3年弱 前

解決済み


Find Logic 23

3年弱 前

解決済み


Find Logic 22

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Converts numbers into characters
Converts numbers into characters

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Draw a '0' in a one matrix!

3年弱 前

解決済み


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

3年弱 前

解決済み


to the 2 all elements
to the 2 all elements

3年弱 前

解決済み


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

3年弱 前

解決済み


Find Logic 13

3年弱 前

さらに読み込む