Community Profile

photo

Ligong Han


Last seen: 8 Monate vor Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

fast 4 Jahre vor | 1 Download |

Gesendet


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

mehr als 6 Jahre vor | 9 Downloads |

Thumbnail

Gesendet


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

mehr als 6 Jahre vor | 10 Downloads |

Thumbnail

Gesendet


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

mehr als 6 Jahre vor | 35 Downloads |

Thumbnail

Gesendet


Colored Calendar
Display colored calendar in command window

fast 8 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


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

mehr als 8 Jahre vor | 1 Download |

Thumbnail

Gesendet


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

fast 9 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 9 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


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

etwa 9 Jahre vor | 5 Downloads |

Thumbnail

Gesendet


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

etwa 9 Jahre vor | 7 Downloads |

Thumbnail

Gesendet


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

mehr als 9 Jahre vor | 4 Downloads |

Thumbnail

Gesendet


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

mehr als 9 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

mehr als 9 Jahre vor | 7 Downloads |

Thumbnail

Gesendet


Robot Game
An implementation of the UCB E7 Robot Tournament

mehr als 9 Jahre vor | 2 Downloads |

Thumbnail

Gesendet


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

mehr als 9 Jahre vor | 4 Downloads |

Thumbnail

Gesendet


halftone
converts a normal image to halftone image

etwa 10 Jahre vor | 2 Downloads |

Thumbnail

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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.

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Gelöst


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

mehr als 10 Jahre vor

Mehr laden