photo

Natalie


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
2 回答

ランク
131,120
of 300,857

評判
0

コントリビューション
11 質問
2 回答

回答採用率
63.64%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0

1

回答