photo

Wei-Ting Lin


University of Houston

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Professional Interests:
community ecology, theoretical ecology,data analysis

Estadística

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

Ver insignias

Feeds

Ver por

Enviada


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

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

Thumbnail

Enviada


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

casi 8 años hace | 1 descarga |

Thumbnail

Resuelto


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

casi 8 años hace

Enviada


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

casi 8 años hace | 1 descarga |

Thumbnail

Enviada


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

casi 8 años hace | 2 descargas |

Thumbnail

Enviada


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

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

Thumbnail

Enviada


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.

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

Thumbnail

Resuelto


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

más de 9 años hace

Enviada


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

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

Thumbnail

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

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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace