Alexander - MATLAB Central
photo

Alexander


Last seen: 9 days 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
CodyMATLAB AnswersFrom 12/14 to 04/25Use left and right arrows to move selectionFrom 12/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
1 个回答

Cody

1 个问题
862 个答案

排名
72,463
of 298,264

声誉
0

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
113
of 160,718

贡献数
1 个问题
862 个答案

评分
10,824

徽章数量
58

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Cody Challenge Master
  • Cody5 Easy Master
  • Computational Geometry I Master
  • R2016b Feature Challenge Master
  • Project Euler I
  • Matrix Manipulation II Master
  • Strings I Master
  • Matrix Patterns I Master
  • Number Manipulation I Master
  • Draw Letters
  • Commenter

查看徽章

Feeds

排序方式:

已解决


Count letters occurence in text, specific to words with a given length.
Build a function with two input arguments: a string and a word length (number of letters), that outputs a vector of counts of th...

2 years 前

已解决


Data decompression
A chunk of data is to be 'decompressed'. Input: * compressed: a row vector of uint8 values. This is the compressed data. ...

2 years 前

已解决


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

2 years 前

已解决


MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...

2 years 前

已解决


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

2 years 前

已解决


Numbers with prime factors 2, 3 and 5.
Make a function which takes one positive integer n and returns a matrix with the numbers of the form (2^i)*(3^j)*(5^k) which are...

2 years 前

已解决


Proper Factors
Generate the proper factors of input integer x and return them in ascending order. For more information on proper factors, refer...

2 years 前

已解决


Multiples of a Number in a Given Range
Given an integer factor _f_ and a range defined by _xlow_ and _xhigh_ inclusive, return a vector of the multiples of _f_ that fa...

2 years 前

已解决


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

2 years 前

已解决


Converts numbers into characters
Converts numbers into characters

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


to the 2 all elements
to the 2 all elements

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


Draw a '0' in a one matrix!

2 years 前

已解决


Find Logic 32

2 years 前

已解决


Find Logic 31

2 years 前

已解决


Find Logic 30

2 years 前

已解决


Find Logic 29

2 years 前

已解决


Find Logic 28

2 years 前

已解决


Find Logic 27

2 years 前

已解决


Find Logic 26

2 years 前

已解决


Find Logic 25

2 years 前

已解决


Find Logic 24

2 years 前

已解决


Find Logic 23

2 years 前

已解决


Find Logic 22

2 years 前

已解决


Find Logic 20

2 years 前

加载更多