Community Profile

photo

Zeynep Naz Kocabas


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

Followers: 0   Following: 0

Estadísticas

All
  • 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 4 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 4 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 4 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 4 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 4 años hace