Community Profile

photo

zheng


Ryerson University

Actif depuis 2011

Followers: 0   Following: 0

Contact

Statistiques

  • First Review
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

A répondu
plot x, y and direction
for i=1:length(data(:,1)) if data(i,3)<=90 data(:,4)=90-data(i,3); end if data(i,3)>90 && data(i,3)<=180 ...

plus de 5 ans il y a | 0

Question


Subtractive Clustering
Hi,all I hope someone can answer questions about the subtractive clustering which is provided by matlab. [C,S] = subclust(X...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Question


try to find max and min of x and y for each cluster
Hi, all In my case, I have a table which stores x,y,and cluster numer in three columns. example as below ===============...

environ 13 ans il y a | 1 réponse | 0

1

réponse

A répondu
import time
thank you so much for all of you

environ 13 ans il y a | 0

A répondu
import time
I want to store all these numbers into a single cell. when I used the 'Import Data' these values become to Nan.

environ 13 ans il y a | 0

Question


import time
matlab doesnt allow me to import data in such format: 3322282802010072914:43:39:859 Is there any way I can import this kind of...

environ 13 ans il y a | 6 réponses | 0

6

réponses

A répondu
Question about Kmeans function
Well, still be confused about above, please someone help me

environ 13 ans il y a | 0

Question


Question about Kmeans function
Anyone can explain this, please? [IDX,C] = kmeans(X,k,param1,val1) here, 'start' is as param1, Matrix is as val. It is th...

environ 13 ans il y a | 4 réponses | 0

4

réponses

Question


calculate weight of each 2D data point
a data set consists of x and y, if I want to find out the associated weights for each point. What can I do?

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


extract point data from plot
Hi,all Is it possible to program a function which can extract point data from plot? In my case, I have 2D coordinates data ...

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


data space
I am learning the subclust function now, but can not understand what does data space mean. for exmaple, the help said:" if the d...

environ 13 ans il y a | 1 réponse | 0

1

réponse

A répondu
plot x, y and direction
Here is sample I found to deal with my problem but only question is how to set the angle are measured from North in clockwise...

plus de 13 ans il y a | 2

Question


plot x, y and direction
Hi all, I have values for x, y, and Azimuth, where Azimuth is in range of 0 to 360 degree measured from the North in clockwis...

plus de 13 ans il y a | 7 réponses | 1

7

réponses