Community Profile

photo

Ligong Han


Last seen: 7 månader ago Active since 2013

Statistics

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

View badges

Content Feed

View by

Submitted


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

nästan 4 år ago | 1 download |

Submitted


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

mer än 6 år ago | 12 downloads |

Thumbnail

Submitted


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

mer än 6 år ago | 10 downloads |

Thumbnail

Submitted


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

mer än 6 år ago | 35 downloads |

Thumbnail

Submitted


Colored Calendar
Display colored calendar in command window

nästan 8 år ago | 2 downloads |

Thumbnail

Submitted


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

mer än 8 år ago | 1 download |

Thumbnail

Submitted


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

nästan 9 år ago | 5 downloads |

Thumbnail

Submitted


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

ungefär 9 år ago | 2 downloads |

Thumbnail

Submitted


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

ungefär 9 år ago | 4 downloads |

Thumbnail

Submitted


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

ungefär 9 år ago | 6 downloads |

Thumbnail

Submitted


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

ungefär 9 år ago | 4 downloads |

Thumbnail

Submitted


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

ungefär 9 år ago | 1 download |

Thumbnail

Submitted


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

ungefär 9 år ago | 3 downloads |

Thumbnail

Submitted


Robot Game
An implementation of the UCB E7 Robot Tournament

ungefär 9 år ago | 2 downloads |

Thumbnail

Submitted


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

ungefär 9 år ago | 6 downloads |

Thumbnail

Submitted


halftone
converts a normal image to halftone image

ungefär 10 år ago | 2 downloads |

Thumbnail

Solved


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

mer än 10 år ago

Solved


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.

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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

mer än 10 år ago

Load more