photo

Doan Quang Manh


Vietnam National University - University of Engineering and Technology

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

Followers: 0   Following: 0

消息

Programming Languages:
Python, C++, MATLAB, Arduino
Spoken Languages:
English

统计学

Cody

0 个问题
536 个答案

排名
N/A
of 300,302

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,911

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
216
of 168,040

贡献数
0 个问题
536 个答案

评分
6,599

徽章数量
27

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Central Treasure Hunt Finisher
  • Matrix Patterns II Master
  • Cody 10th Anniversary 10-Day Streak
  • Scholar
  • Indexing II Master
  • Project Euler I
  • Cody Problems in Japanese Master
  • Draw Letters
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • CUP Challenge Master

查看徽章

Feeds

排序方式:

已解决


Project Euler: Problem 7, Nth prime
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the Nth prime numb...

2 years 前

已解决


arithmetic progression
I've written a program to generate the first few terms of <https://en.wikipedia.org/wiki/Arithmetic_progression arithmetic progr...

2 years 前

已解决


Numbers spiral diagonals (Part 2)
Inspired by Project Euler n°28 and 58. A n x n spiral matrix is obtained by starting with the number 1 and moving to the right ...

2 years 前

已解决


Diagonal of a Spiral Matrix
Write a function that will return same output as diag(spiral(n)). The only exception is that spiral and diag functions are not a...

2 years 前

已解决


Largest Geometric Series
Extension of Ned Gulley's wonderful Problem 317. In a geometric series, ratio of adjacent elements is always a constant value. ...

2 years 前

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

2 years 前

已解决


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

2 years 前

已解决


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

2 years 前

已解决


Counting Sequence
Given a vector x, find the "counting sequence" y. A counting sequence is formed by "counting" the entries in a given sequence...

2 years 前

已解决


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

2 years 前

已解决


Find Logic 21

3 years 前

已解决


Find Logic 32

3 years 前

已解决


Find Logic 27

3 years 前

已解决


Find Logic 26

3 years 前

已解决


Find Logic 24

3 years 前

已解决


Find Logic 23

3 years 前

已解决


Find Logic 22

3 years 前

已解决


Plot Line Specifications
Create a line plot for function cos(x) where x is a vector of linearly spaced values going from 0 to input N with an increment o...

3 years 前

已解决


Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.

3 years 前

已解决


Find Logic 25

3 years 前

已解决


Find Logic 20

3 years 前

已解决


Energy Conversion 2

3 years 前

已解决


Energy Conversion 1

3 years 前

已解决


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

3 years 前

已解决


Area Conversion 2

3 years 前

已解决


Area Conversion 1

3 years 前

已解决


Mass Conversion 2

3 years 前

已解决


Mass Conversion 1

3 years 前

已解决


Temperature Conversion 3

3 years 前

已解决


Temperature Conversion 2

3 years 前

加载更多