Community Profile

photo

Wei-Ting Lin


University of Houston

2014 年からアクティブ

Followers: 0   Following: 0

連絡

Professional Interests:
community ecology, theoretical ecology,data analysis

統計

All
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

送信済み


myplot_RAC: Rank-Abundance Curve
This function makes Rank-Abundance Curve plots for multiple communities.

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

Thumbnail

送信済み


myplot_loglog
Make a nice log-log plot, or semi-log plots quickly

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

Thumbnail

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7年以上 前

送信済み


mysubplot: subplots with major title
Make subplot and add major/big title to the figure

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

Thumbnail

送信済み


myplot_bar: bar graphs with error bar
Making bar graphs, with options to add on error bar (SE, NaN removed) and data points

8年弱 前 | ダウンロード 2 件 |

Thumbnail

送信済み


mycolor(colorcode, selectplate)
Color selector: generates a 3-number vector code for a color. Can be used in plotting functions.

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

Thumbnail

送信済み


Visualization of correlation matrix: mycorrplot_1, mycorrplot_2
Plot the results of correlation (i.e. corr(X), corr(X,Y)) in a figure with table-like structure.

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

Thumbnail

解決済み


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

約9年 前

送信済み


myplot_CI: plot data and confidence interval
Making plot with multiple sets of data and confidence intervals.

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

Thumbnail

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9年以上 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

9年以上 前

解決済み


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

9年以上 前

解決済み


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

9年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9年以上 前