photo

Chuguang Pan


Last seen: 1일 전 2019년부터 활동

Followers: 0   Following: 1

메시지

Mechanical Engineer

Programming Languages:
C
Spoken Languages:
English
Pronouns:
He/him

통계학

All
  • Thankful Level 3
  • 3 Month Streak
  • Speed Demon
  • Leader
  • First Review
  • Promoter
  • Project Euler I
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver
  • Knowledgeable Level 2

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Implement the signum function
The signum function is a common mathematical function, which has the following definition : If x => 0, its value is 1, if x < 0...

3개월 전

문제를 풀었습니다


Find the Pattern 5

3년 초과 전

문제를 풀었습니다


03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...

3년 초과 전

문제를 풀었습니다


Determine the number of odd integers in a vector
Determine the number of unique odd integers in a vector. Examples: Input x = [2 5 8 3 7 1]; Output y = 4; Inp...

3년 초과 전

문제를 풀었습니다


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

3년 초과 전

문제를 풀었습니다


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

3년 초과 전

문제를 풀었습니다


Convert radians to degrees
Given input in radians, output to degrees

3년 초과 전

문제를 풀었습니다


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

3년 초과 전

문제를 풀었습니다


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

3년 초과 전

문제를 풀었습니다


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

3년 초과 전

문제를 풀었습니다


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

3년 초과 전

문제를 풀었습니다


Find the Pattern 10

3년 초과 전

문제를 풀었습니다


Find the Pattern 9

3년 초과 전

문제를 풀었습니다


Find the Pattern 8

3년 초과 전

문제를 풀었습니다


Find the Pattern 7

3년 초과 전

문제를 풀었습니다


Find the Pattern 6

3년 초과 전

문제를 풀었습니다


Find the Pattern 4

3년 초과 전

문제를 풀었습니다


Find the Pattern 3

3년 초과 전

문제를 풀었습니다


Find the Pattern 2

3년 초과 전

문제를 풀었습니다


Find the Pattern 1

3년 초과 전

문제를 풀었습니다


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

3년 초과 전

문제를 풀었습니다


Distance walked 2D
Suppose you go from x-y coordinates [3,4] to [0,0] to [0,1] to [1,1], then you walked 7 units of distance.

3년 초과 전

문제를 풀었습니다


Create a square matrix of multiples
Given an input, N, output a matrix N x N with each row containing multiples of the first element of each row. This also applies...

3년 초과 전

문제를 풀었습니다


Geometric series
Find the sum, given the first term t1, the common ratio r, and number of terms n. Examples If input t1=1, r=1, n=7 the...

3년 초과 전

문제를 풀었습니다


Sum of diagonals elements of a matrix
Given a matrix, return the sum of all the elements across the diagonals. E.g. A = [1 2 3; 4 5 6; 7 8 9;...

3년 초과 전

문제를 풀었습니다


Determine if a row vector has NaN
Determine if a row vector x has NaN

3년 초과 전

문제를 풀었습니다


Calculate square and cube of number
Calculate square and cube of number x

3년 초과 전

문제를 풀었습니다


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

3년 초과 전

문제를 풀었습니다


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

3년 초과 전

문제를 풀었습니다


Reverse a matrix
Its simple. You have to reverse a given matrix.

3년 초과 전

더 보기