Statistik
RANG
174.103
of 295.467
REPUTATION
0
BEITRÄGE
15 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
46.67%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
uitable: Changing the Coloumn Name
I am working with MATLAB GUI. I have a push button, when I press it, it is going to be like this: <<http://i.stack.imgur.com/...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Building Input-Looping Problem
Anyone can help me with the script of input-looping? Example, there is three variables, let us say 'coloumn', 'k', and 'c'. 'col...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Counting How Many Cluster Index
I am doing clustering with k-means, and here is the code: [g c] = kmeans(data,k,'dist','SqEuclidean'); g is the cluster ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Input-Looping Matrix Dimensions Must Agree
I got this error in very early morning: Error using - Matrix dimensions must agree. Error in DistMatrix3 (l...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Create Two Figure Tabs, Shows Up Together
I'm working with k-means and silhouette in MATLAB GUI. On my MATLAB GUI, there is some push buttons, let us call it 'k-means' an...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Clustering: Error for “Losing” its Member During Initial, Possible?
I'm working with k-means in MATLAB GUI. I have done with it. The program (GUI) works quite fine (in command window, it works per...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Showing the Value of Variable in Figure Tab
I'm working with MATLAB GUI. And I'm stuck in show the table. Well, I have this code: [g,c] = kmeans(cobat,3,'dist','SqE...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Set the Variable 'Global' in GUI?
I'm working with MATLAB GUI. When I'm trying to access the variable which was defined with the push button, it is not defined...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Reading Text File As Numbers
I'm working with MATLAB GUI. So, I want users to browse their own table from their computer. When they have browsed, the full...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I Want Users Browse The File, But It Affects to My Script
I have a file named 'cobat'. Cobat is a *txt file, tab delimited, consisted of 3 coloumns, so it's a table. I load it manually i...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
The Graph of Clustering Looks Messy, Why?
I'm working with k-means. And this is the graph of mine. <<https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-frc1/944251_4976...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Script Writes Correctly, The Graph Still Doesn't Show Up
I'm working with k-means in MATLAB. And here is my code: k=input('Enter a number: '); [g c] = kmeans(cobat,k,'dist','SqE...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFixing the Silhouette Plot (for k-means)?
This problem is solved. If you guys have a similiar problem, look at this link: http://stackoverflow.com/questions/16399645/fix-...
mehr als 11 Jahre vor | 0
| akzeptiert
Fixing the Silhouette Plot (for k-means)?
Now I have edited the variables according to my code. K becomes k. N becomes maxRow. IDX becomes g. But now I got another error....
mehr als 11 Jahre vor | 0
Frage
Fixing the Silhouette Plot (for k-means)?
I'm working k-means clustering in MATLAB. My file has three coloumns and I have done the codes for clustering. And I need a func...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
K-means: How to sort the cluster number?
I'm working with k-means in matlab. Here is my code: load cobat.txt; % read the file k=input('Enter a number: '); ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
K-means Clustering Result Always Changes
I'm working on k-means in MATLAB. Here are my codes: load cobat.txt k=input('Enter the number of cluster: '); if k<8 ...
mehr als 11 Jahre vor | 3 Antworten | 0