Community Profile

photo

Sherlock Bugcrowd


2019년부터 활동

Followers: 0   Following: 0

통계

All
  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Promoter
  • Solver
  • Commenter

배지 보기

Feeds

보기 기준

답변 있음
How to find the square root fo complex square
i meant normal square heres

4년 초과 전 | 1

질문


How to find the square root fo complex square
How to find the square root fo complex square

4년 초과 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Square a Number
Given an input x, return y, which is equal to the square of x.

4년 초과 전

문제를 풀었습니다


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

4년 초과 전

문제를 풀었습니다


Max of a Vector
Write a function to return the max of a vector

4년 초과 전

문제를 풀었습니다


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

4년 초과 전

문제를 풀었습니다


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

4년 초과 전

문제를 풀었습니다


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

4년 초과 전

문제를 풀었습니다


only input
Return the output without writing any code into the function.

4년 초과 전

문제를 풀었습니다


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

4년 초과 전

문제를 풀었습니다


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

4년 초과 전

문제를 풀었습니다


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

문제를 풀었습니다


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

4년 초과 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

4년 초과 전

문제를 풀었습니다


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

4년 초과 전

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

4년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

4년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

4년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4년 초과 전