photo

zheng


Ryerson University

2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
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 ...

대략 6년 전 | 0

질문


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

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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 ===============...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
import time
thank you so much for all of you

13년 초과 전 | 0

답변 있음
import time
I want to store all these numbers into a single cell. when I used the 'Import Data' these values become to Nan.

13년 초과 전 | 0

질문


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...

13년 초과 전 | 답변 수: 6 | 0

6

답변

답변 있음
Question about Kmeans function
Well, still be confused about above, please someone help me

13년 초과 전 | 0

질문


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...

13년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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?

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 14년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 14년 전 | 2

질문


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...

거의 14년 전 | 답변 수: 7 | 1

7

답변