Community Profile

photo

Doan Quang Manh


Vietnam National University - University of Engineering and Technology

Last seen: 4 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Kontakt

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

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

11 Monate vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


Find Logic 21

mehr als ein Jahr vor

Gelöst


Find Logic 32

mehr als ein Jahr vor

Gelöst


Find Logic 27

mehr als ein Jahr vor

Gelöst


Find Logic 26

mehr als ein Jahr vor

Gelöst


Find Logic 24

mehr als ein Jahr vor

Gelöst


Find Logic 23

mehr als ein Jahr vor

Gelöst


Find Logic 22

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


Find Logic 25

mehr als ein Jahr vor

Gelöst


Find Logic 20

mehr als ein Jahr vor

Gelöst


Energy Conversion 2

mehr als ein Jahr vor

Gelöst


Energy Conversion 1

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


Area Conversion 2

mehr als ein Jahr vor

Gelöst


Area Conversion 1

mehr als ein Jahr vor

Gelöst


Mass Conversion 2

mehr als ein Jahr vor

Gelöst


Mass Conversion 1

mehr als ein Jahr vor

Gelöst


Temperature Conversion 3

mehr als ein Jahr vor

Gelöst


Temperature Conversion 2

mehr als ein Jahr vor

Mehr laden