photo

Natalie


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
2 个回答

排名
181,860
of 300,417

声誉
0

贡献数
11 个提问
2 个回答

回答接受率
63.64%

收到投票数
0

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,731

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Extracting data that overlaps with particular longitude and latitude
I have two matrices, one contains data about samples collected (each row represents a sample and the columns different pieces of...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
plotting the mean and standard deviation of data when there is more than one piece of data collected at a particular point
[~,ind,subs] = unique(DOY); means = accumarray(subs, data, size(ind), @mean); stds = accumarray(subs, data, size(ind), @std)...

12 years 前 | 0

| 已接受

提问


plotting the mean and standard deviation of data when there is more than one piece of data collected at a particular point
I have a matrix, in one columnn is the day of year and in the other is the data associated with that day of year. On some days o...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How to find out if subset of data is or ins't greater than an altered mean value
I have a large matrix with each row representing a data sample and the columns the information of that data sample. Columns 14:3...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Separate data based on latitude and longitude
I have a set of data that needs to be organised into sections based on where the data was collected. There are 5 sections that t...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Clustering data based on shapefile
I need to cluster my data based on where it falls on a shape file. I have a shapefile of continental shelf and the data has been...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Plot mean and standard deviation of data at particular intervals
I have a large amount of data which is not evenly spread. I wish to bin the data so that it is intervals of 0.1 and then for eac...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Finding mean of data between rows data based on information in column data
I have a matrix in which the rows represent a sample and the columns represent the data for each of the samples. One of the colu...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to organise data based on a large range of numbers?
I have a set of data that needs to be organised by season. Each row represents a different sample with each column representing ...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
interpolating row data in a matrix
Sat down with someone and worked it out together: num_rows = length(a); num_columns = 22; b = zeros(num_rows,num_columns)...

12 years 前 | 0

| 已接受

提问


Produce bin averaged latitude and longitude grids
I have a set of data with each row representing a series of observations taken at a particular point. Each column represents a d...

12 years 前 | 1 个回答 | 0

1

个回答

提问


interpolating row data in a matrix
I have a large set of data that I need to linearly interpolate evenly by a factor of 22. The way that the data is organised mean...

12 years 前 | 3 个回答 | 0

3

个回答

提问


Retrieve data from column plus x
I have a large set of data that contains information about numerous different core samples. Each core sample has a different amo...

12 years 前 | 1 个回答 | 0

1

个回答