Sevil Cansu Yildirim
Followers: 0 Following: 0
Statistics
RANK
134,678
of 295,569
REPUTATION
0
CONTRIBUTIONS
11 Questions
2 Answers
ANSWER ACCEPTANCE
9.09%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 2 answers | 0
2
answersQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 0 answers | 0
0
answersHow 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...
5 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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerUnable 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