Ligong Han - MATLAB Central
photo

Ligong Han


Last seen: 1年以上 前 2013 年からアクティブ

Followers: 0   Following: 0

統計

All
File ExchangeCodyZoom OutFrom 07/13 to 04/25Use left and right arrows to move selectionFrom 07/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
File Exchange

17 ファイル

Cody

0 問題
14 解答

ランク
N/A
of 298,180

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
709 of 20,546

評判
2,583

平均評価
4.20

コントリビューション
17 ファイル

ダウンロード
57

ALL TIME ダウンロード
23719

ランク
30,134
of 160,541

コントリビューション
0 問題
14 解答

スコア
150

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

送信済み


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

5年弱 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


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

7年以上 前 | ダウンロード 3 件 |

3.3 / 5
Thumbnail

送信済み


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

7年以上 前 | ダウンロード 3 件 |

1.0 / 5
Thumbnail

送信済み


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

7年以上 前 | ダウンロード 24 件 |

4.4 / 5
Thumbnail

送信済み


Colored Calendar
Display colored calendar in command window

9年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


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

9年以上 前 | ダウンロード 3 件 |

5.0 / 5
Thumbnail

送信済み


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

10年弱 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

送信済み


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

約10年 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

送信済み


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

約10年 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


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

約10年 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


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

10年以上 前 | ダウンロード 3 件 |

5.0 / 5
Thumbnail

送信済み


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

10年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


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

10年以上 前 | ダウンロード 3 件 |

5.0 / 5
Thumbnail

送信済み


Robot Game
An implementation of the UCB E7 Robot Tournament

10年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


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

10年以上 前 | ダウンロード 4 件 |

4.0 / 5
Thumbnail

送信済み


halftone
converts a normal image to halftone image

約11年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

解決済み


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

11年以上 前

解決済み


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.

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

さらに読み込む