photo

Daniele Certini


The University of Edinburgh

Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

PhD student in Engineering.

Spoken Languages:
Italian

统计学

Cody

1 个问题
449 个答案

排名
N/A
of 300,753

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
285
of 170,858

贡献数
1 个问题
449 个答案

评分
5,557

徽章数量
20

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Quiz Master
  • Treasure Hunt Participant
  • Cody Problems in Japanese Master
  • Draw Letters
  • Speed Demon
  • Creator
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

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

4 years 前

已解决


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

4 years 前

已解决


Draw a '4' in a zero matrix!

4 years 前

已解决


Draw a '7' in a zero matrix!

4 years 前

已解决


Draw a '6' in a zero matrix!

4 years 前

已解决


Draw a '9' in a zero matrix!

4 years 前

已解决


Draw a '8' in a zero matrix!

4 years 前

已解决


Draw a '3' in a zero matrix!

4 years 前

已解决


Draw a '5' in a zero matrix!

4 years 前

已解决


Draw a '2' in a zero matrix!

4 years 前

已解决


Draw a '1' in a zero matrix!

4 years 前

已解决


Draw a '0' in a one matrix!

4 years 前

已解决


Converts numbers into characters
Converts numbers into characters

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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


to the 2 all elements
to the 2 all elements

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

4 years 前

已解决


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years 前

已解决


Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...

5 years 前

已解决


Sum the 'edge' values of a matrix
Sum the 'edge' values of an input matrix (the values along the perimeter). Example [1 2 3 4 5 6 7 8 9] Output = ...

5 years 前

已解决


Compare two input matrices
Check which input matrix has more elements. Return "1" if matrix A has more elements than matrix B. Otherwise return "0". Exa...

5 years 前

已解决


Back to basics 23 - Triangular matrix
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, return a matrix with all elements above a...

5 years 前

已解决


Pi Estimate 2
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation2.pdf>

5 years 前

已解决


Spherical Volume
Calculate the volume of a sphere.

5 years 前

已解决


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

5 years 前

加载更多