photo

chicken vector


Last seen: Today 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

12 个提问
112 个回答

File Exchange

1 文件

Cody

0 个问题
7 个答案

排名
347
of 299,750

声誉
241

贡献数
12 个提问
112 个回答

回答接受率
75.0%

收到投票数
34

排名
18,482 of 20,792

声誉
1

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
19

排名
44,761
of 165,710

贡献数
0 个问题
7 个答案

评分
84

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • Knowledgeable Level 4
  • Thankful Level 3
  • Solver
  • First Answer
  • First Submission
  • Thankful Level 2

查看徽章

Feeds

排序方式:

已解决


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

1 year 前

已解决


Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...

2 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2 years 前

已解决


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

2 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

2 years 前

已解决


Matrix of Multiplication Facts
This is James's daughter again, sneaking into his Cody account. Thanks to your help in my math class last year, I did great! But...

2 years 前

已解决


Count the peaceful queens
In a 5x5 chessboard with a queen of one color (white, say) on the perimeter, one can place 12 black queens on the board such tha...

2 years 前