Statistics
RANK
10,700
of 297,016
REPUTATION
4
CONTRIBUTIONS
16 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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
9 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 0 answers | 0
0
answersQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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=...
10 years ago | 0 answers | 0
0
answersQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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)); ...
11 years ago | 1 answer | 0
1
answerread 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 ...
12 years ago | 0
| accepted
Question
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 ...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 0 answers | 0
0
answersQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 3 answers | 0