Community Profile

photo

Ligong Han


Last seen: 8 meses hace Con actividad desde 2013

Followers: 0   Following: 0

Contacto

Estadísticas

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

Ver insignias

Feeds

Ver por

Enviada


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

casi 4 años hace | 1 descarga |

Enviada


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

más de 6 años hace | 9 descargas |

Thumbnail

Enviada


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

más de 6 años hace | 10 descargas |

Thumbnail

Enviada


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

más de 6 años hace | 35 descargas |

Thumbnail

Enviada


Colored Calendar
Display colored calendar in command window

casi 8 años hace | 2 descargas |

Thumbnail

Enviada


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

más de 8 años hace | 1 descarga |

Thumbnail

Enviada


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

casi 9 años hace | 1 descarga |

Thumbnail

Enviada


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

alrededor de 9 años hace | 2 descargas |

Thumbnail

Enviada


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

alrededor de 9 años hace | 5 descargas |

Thumbnail

Enviada


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

alrededor de 9 años hace | 7 descargas |

Thumbnail

Enviada


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

más de 9 años hace | 4 descargas |

Thumbnail

Enviada


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

más de 9 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 9 años hace | 7 descargas |

Thumbnail

Enviada


Robot Game
An implementation of the UCB E7 Robot Tournament

más de 9 años hace | 2 descargas |

Thumbnail

Enviada


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

más de 9 años hace | 4 descargas |

Thumbnail

Enviada


halftone
converts a normal image to halftone image

alrededor de 10 años hace | 2 descargas |

Thumbnail

Resuelto


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

más de 10 años hace

Resuelto


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.

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Cargar más