Community Profile

photo

Sevil Cansu Yildirim


Last seen: 8 months ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers