Community Profile

photo

Ligong Han


Last seen: 8 mois il y a Actif depuis 2013

Followers: 0   Following: 0

Contact

Statistiques

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

Afficher les badges

Feeds

Afficher par

A soumis


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

presque 4 ans il y a | 1 téléchargement |

A soumis


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

plus de 6 ans il y a | 9 téléchargements |

Thumbnail

A soumis


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

plus de 6 ans il y a | 10 téléchargements |

Thumbnail

A soumis


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

plus de 6 ans il y a | 36 téléchargements |

Thumbnail

A soumis


Colored Calendar
Display colored calendar in command window

presque 8 ans il y a | 2 téléchargements |

Thumbnail

A soumis


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

plus de 8 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

presque 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


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

environ 9 ans il y a | 2 téléchargements |

Thumbnail

A soumis


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

environ 9 ans il y a | 5 téléchargements |

Thumbnail

A soumis


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

environ 9 ans il y a | 5 téléchargements |

Thumbnail

A soumis


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

plus de 9 ans il y a | 4 téléchargements |

Thumbnail

A soumis


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

plus de 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


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

plus de 9 ans il y a | 6 téléchargements |

Thumbnail

A soumis


Robot Game
An implementation of the UCB E7 Robot Tournament

plus de 9 ans il y a | 2 téléchargements |

Thumbnail

A soumis


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

plus de 9 ans il y a | 4 téléchargements |

Thumbnail

A soumis


halftone
converts a normal image to halftone image

environ 10 ans il y a | 2 téléchargements |

Thumbnail

A résolu


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

plus de 10 ans il y a

A résolu


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.

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

Charger plus