photo

tusu


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


generate floating random number within a range with a mean
Hi, How can I generate 10 random numbers ranging between 0.1 to 0.3, having mean 0.2

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


skewness in random numbers
I am generating 30 random numbers ranging within 8 32 by w1=randi([8 32],1,30); Now I need a skewness in this randomly g...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


kmeans 1 d data
I have data = [1, 1, 2, 3, 10, 11, 13, 13, 17] I want to to cluster them in 3 clusters..like (1,1,2,3) in cluster 1 (10,11) i...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Draw a circle in a grid
I have following diagram <</matlabcentral/answers/uploaded_files/27923/X1rk1.png>> I have divided this 100*100 space in 36...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Mark clusters by circle
Hi, I have clustered my data and plotted them via scatter plot usng different colors, now how could I mark each clusters by a...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


write an Linear equation
Hi, I have an eqn like this xi+zihi+wi-wizi<=xj+23xij+23yij..........{1} now, here i=1 and j=2, so it shall be x1+z...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Group array elements based upon their differences
I have an array x=[20 18 16 14 11 9 6 3 2 1] I can find the intermediate difference of the array elements by x1=...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


introduction with k-means in matlab
Hi, I just theoretically read k-means and did an example.. I had 4, 2d items with their coordinates value, and initially k...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab command window displaying weird
Hello, When I am using this command for to see the prob of occurrence P = histc(B(:,i),0:255)/length(B(:,i)); ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
read a file upto certain character
Joy What u can do is...say ur given data set is in a file name test.txt where it has 26 characters.. do the following ...

mehr als 11 Jahre vor | 0

| akzeptiert

Frage


Want to open a multiple file
Hello I have a program now,which open a file ,calculate some value and draw 2 graph.I open a file by using ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to make my program interactive
Hiee I have a program which starts with agiven file name as a input... my code starts with txt-data = fileread('F:\data...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


problem from reading data from a .txt file
Hello I have 20000 data located in a .txt file.this data genarated by randi function of matlab.. my notepad is looks like thi...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


3D plot problem related to surface plot
Hello I have a plot that looks like this <http://s16.postimage.org/6emj8t791/3d_plot.jpg> Now i want a mat like surface no...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot 8 bit data along X & Y axis
Hello I have some 8 bit data ranging from 0 to 255,now i have separated it in 4 bits form in two parts by some tricky anding...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Probabilty occurence of a number in long number sequence
Hiee Is matlab has any function to count prob of occurrence of a particular no iin a long data sequence? i.e. if I have 30...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need to plot 8 bit long 256 data in two dimension axis
Hello I have 500 data with variation 0~255.Now I need to convert it in binary at first 8 bit long...like 0 is 0000 0000 and 2...

fast 12 Jahre vor | 3 Antworten | 0

3

Antworten