Wei-Ting Lin
University of Houston
2014년부터 활동
Followers: 0 Following: 0
Feeds
제출됨
myplot_RAC: Rank-Abundance Curve
This function makes Rank-Abundance Curve plots for multiple communities.
대략 9년 전 | 다운로드 수: 2 |
문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
9년 초과 전
제출됨
mysubplot: subplots with major title
Make subplot and add major/big title to the figure
9년 초과 전 | 다운로드 수: 1 |
제출됨
myplot_bar: bar graphs with error bar
Making bar graphs, with options to add on error bar (SE, NaN removed) and data points
9년 초과 전 | 다운로드 수: 2 |
제출됨
mycolor(colorcode, selectplate)
Color selector: generates a 3-number vector code for a color. Can be used in plotting functions.
대략 10년 전 | 다운로드 수: 1 |
제출됨
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.
대략 10년 전 | 다운로드 수: 1 |
문제를 풀었습니다
Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...
거의 11년 전
제출됨
myplot_CI: plot data and confidence interval
Making plot with multiple sets of data and confidence intervals.
대략 11년 전 | 다운로드 수: 1 |
문제를 풀었습니다
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년 전
문제를 풀었습니다
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년 전
문제를 풀었습니다
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
대략 11년 전
문제를 풀었습니다
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 ...
대략 11년 전
문제를 풀었습니다
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...
대략 11년 전
문제를 풀었습니다
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...
11년 초과 전
문제를 풀었습니다
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
11년 초과 전
문제를 풀었습니다
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...
11년 초과 전




