photo

Ligong Han


Last seen: 2 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
File Exchange

17 文件

Cody

0 个问题
14 个答案

排名
N/A
of 299,791

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
705 of 20,807

声誉
2,598

平均
4.20

贡献数
17 文件

下载次数
35

ALL TIME 下载次数
23861

排名
31,159
of 165,966

贡献数
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 years 前 | 1 次下载 |

0.0 / 5

已提交


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

7 years 前 | 4 次下载 |

3.3 / 5
Thumbnail

已提交


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

7 years 前 | 2 次下载 |

1.0 / 5
Thumbnail

已提交


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

7 years 前 | 11 次下载 |

4.4 / 5
Thumbnail

已提交


Colored Calendar
Display colored calendar in command window

9 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

10 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Resistance Calculator
An equivalent resistance calculator for an arbitrary resistor network

10 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

10 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

10 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

10 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


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

10 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

10 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

10 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Robot Game
An implementation of the UCB E7 Robot Tournament

10 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

10 years 前 | 2 次下载 |

4.0 / 5
Thumbnail

已提交


halftone
converts a normal image to halftone image

11 years 前 | 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...

12 years 前

已解决


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.

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

加载更多