photo

Sevil Cansu Yildirim


Last seen: 대략 1개월 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


finding uncommon data in arrays
Hello, I have two data sets A and B. Each has 6 columns. First two columns indicate latitudes and longitudes of some points. I ...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


How to find duplicated values and calculate the mean of them?
I have a data set of points that consist latitudes, longitudes and respectively velocities. I need to find the same points (same...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot every cell of a cell array onto a map projection using MAP library?
Hello, I have a code that I plot some arrows showing the displacement of gps points onto a map projection. Then I defined a gr...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to calculate some statistical moments for every cell of a cell array?
Hello, I produced pairwise distances from some latitude and longitudes, then I want to calculate normal pdf and logarithmic pdf...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Converting every cell of a cell array into arrays?
Hello, I have a 5x13 cell array DIST that every cell contains some values (every cell have different size). I need to calculat...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I convert every cell of cell array into individual arrays?
Hello, I have a 5 x 13 cell array and I have to calculate some values (gaussian probability density function and logaritmic dis...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find distribution of the data?
Hello, I have a code that i calculate pairwise distances of points belonging to same grid on a map. Now, I want to know if thos...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find distance between points in every grid?
Hello, I defined a grid onto a map that I plotted with MAP library. This grid contains some elements and I know the density of e...

4년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to find elements in grid?
I am so sorry, here is "all_velocities.txt" attached. Also figure attached shows my map, grid and data. Color indicates the data...

4년 초과 전 | 0

질문


How to find elements in grid?
Hello, I defined a grid onto a map that I plotted with MAP library. This grid contains some elements and I know the density of e...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I find indices of elements bigger or smaller than a value in different columns?
I'm trying to find indices of some elements in matrix A that have 6 columns. I'm only interested on first two columns that havin...

4년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
for i = 1:length(lockingdepth); for j = 1:length(farfieldvelocity); v_e_est = (farfieldvelocity(j)./ pi).* atan(di...

5년 초과 전 | 0

질문


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Hello, farfieldvelocity = [-100:.01:100] % velocity est. lockingdepth = [-100:.01:100] % locking depth est. for i = 1:lengt...

5년 초과 전 | 답변 수: 2 | 0

2

답변