photo

Zeynep Naz Kocabas


Last seen: más de 5 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

4 Preguntas
0 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
160.126
of 301.464

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.292

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
98.220
of 174.642

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Error on Matlab coder
function [nearest]=kdtree_search(data,K) numDP=size(data.X,1); P=data.X; DIM=size(data.X,2); nearest=zeros...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Automation of the finding size and the number of variables which depends on that size
for i=1:numDP data.T{i}=eye(DIM); nearest=knnsearch(data.DataTree,P(i,:),'K',K+1); R{i}=zeros(DIM); for j=1:...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to arrange ascending order closest points in 1000 data set without using 'knnsearchtree'?
I have 1000 points which are consists in 3-D coordinates. How I can find for example first 500 closest points for every points? ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Transfering results form one function to another one
Hi, I am beginner with Matlab my question is how i can take values from one function to another one?

más de 6 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 6 años hace