Community Profile

photo

Ligong Han


Last seen: 7 mesi fa Attivo dal 2013

Statistiche

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

Visualizza badge

Content Feed

Visto da

Inviato


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

quasi 4 anni fa | 1 download |

Inviato


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

oltre 6 anni fa | 12 download |

Thumbnail

Inviato


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

oltre 6 anni fa | 10 download |

Thumbnail

Inviato


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

oltre 6 anni fa | 35 download |

Thumbnail

Inviato


Colored Calendar
Display colored calendar in command window

quasi 8 anni fa | 2 download |

Thumbnail

Inviato


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

oltre 8 anni fa | 1 download |

Thumbnail

Inviato


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

quasi 9 anni fa | 5 download |

Thumbnail

Inviato


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

circa 9 anni fa | 2 download |

Thumbnail

Inviato


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

circa 9 anni fa | 4 download |

Thumbnail

Inviato


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

circa 9 anni fa | 6 download |

Thumbnail

Inviato


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

circa 9 anni fa | 4 download |

Thumbnail

Inviato


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

circa 9 anni fa | 1 download |

Thumbnail

Inviato


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

circa 9 anni fa | 3 download |

Thumbnail

Inviato


Robot Game
An implementation of the UCB E7 Robot Tournament

circa 9 anni fa | 2 download |

Thumbnail

Inviato


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

circa 9 anni fa | 6 download |

Thumbnail

Inviato


halftone
converts a normal image to halftone image

circa 10 anni fa | 2 download |

Thumbnail

Risolto


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

oltre 10 anni fa

Risolto


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.

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Carica altro