Sevil Cansu Yildirim
Followers: 0 Following: 0
Estadística
11 Preguntas
2 Respuestas
CLASIFICACIÓN
134.694
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
9.09%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasHow 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...
casi 5 años hace | 0
Pregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaUnable 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...
más de 5 años hace | 0
Pregunta
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...
más de 5 años hace | 2 respuestas | 0