Community Profile

photo

Ligong Han


Last seen: 7개월 전 2013년부터 활동

통계

All
  • GitHub Submissions Level 3
  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • First Submission
  • Solver

배지 보기

Content Feed

보기 기준

제출됨


matlab-fuzzy-cd
A simple fuzzy cd function for Matlab

거의 4년 전 | 다운로드 수: 1 |

제출됨


2-D Tomographic Reconstruction Demo
Matlab demo for 2-D tomographic reconstruction

6년 초과 전 | 다운로드 수: 12 |

Thumbnail

제출됨


Compute Induced Electric Field
Calculate the induced electric field using the integral expression.

6년 초과 전 | 다운로드 수: 10 |

Thumbnail

제출됨


phymhan/matlab-axis-label-alignment
Align axis labels nicely in parallel with axes in MATLAB (3-D) plots.

6년 초과 전 | 다운로드 수: 35 |

Thumbnail

제출됨


Colored Calendar
Display colored calendar in command window

거의 8년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Draw a Point Spread Function with Mouse
Draw a Point Spread Function with Mouse

8년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

거의 9년 전 | 다운로드 수: 5 |

Thumbnail

제출됨


A simple BLAST algorithm
A simple BLAST algorithm based on a simple dynamic programming strategy.

대략 9년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


RGB/HSV Distribution
Visualization of distribution in RGB or HSV space.

대략 9년 전 | 다운로드 수: 4 |

Thumbnail

제출됨


2D Cutting Stock Problems
Algorithms for Generating Cutting Patterns of Equal Rectangular or Circular Blanks

대략 9년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


Ball Collision Simulation
This is a simple physics engine for simulating sphere collision.

대략 9년 전 | 다운로드 수: 4 |

Thumbnail

제출됨


Environment Modeling Based on Multiple Ultrasonic Sensors
A simulation of environment modeling algorithm based on comparison of adjacent distances

대략 9년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Ramer-Douglas-Peucker algorithm demo
A demo of Ramer-Douglas-Peucker algorithm.

대략 9년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Robot Game
An implementation of the UCB E7 Robot Tournament

대략 9년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Birthday Cake
Draw a birthday cake with candles and best wishes.

대략 9년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


halftone
converts a normal image to halftone image

대략 10년 전 | 다운로드 수: 2 |

Thumbnail

문제를 풀었습니다


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

10년 초과 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

10년 초과 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

10년 초과 전

문제를 풀었습니다


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

10년 초과 전

문제를 풀었습니다


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

10년 초과 전

문제를 풀었습니다


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

10년 초과 전

문제를 풀었습니다


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

10년 초과 전

문제를 풀었습니다


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

10년 초과 전

문제를 풀었습니다


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

10년 초과 전

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

10년 초과 전

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

10년 초과 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

10년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

10년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10년 초과 전

더 보기