photo

Sherlock Bugcrowd


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
1 个回答

Cody

0 个问题
17 个答案

排名
3,924
of 301,204

声誉
14

贡献数
1 个提问
1 个回答

回答接受率
0.0%

收到投票数
1

排名
5,903 of 21,191

声誉
N/A

平均
3.00

贡献数
0 文件

下载次数
6

ALL TIME 下载次数
0

排名
27,200
of 173,368

贡献数
0 个问题
17 个答案

评分
200

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

6 years 前 | 1

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前