Community Profile

photo

joy


Active since 2012

Statistics

  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

Question


20 value from a normal distribution..
Hi, I have mu and sigma (stand deviation) i.e. mean=20 and sigma=4. I am generating data with normal distribution from these ...

9 years ago | 1 answer | 0

1

answer

Question


How many way I can peak up from an array
This is equivalent to star bar problem. I want to implement it in matlab. I have an array A which has [1 1 1 1......1] 20 ele...

9 years ago | 0 answers | 0

0

answers

Question


Divide an area into equal sized small grids
Hi, I am working in WSN. I have created a sensor network of size (100 * 100)..How could i divide that region into equal sized...

9 years ago | 2 answers | 0

2

answers

Question


clustering of 1d data
So let's say I have an array like this: [1,1,2,3,10,11,13,67,71] Is there a convenient way to partition the array into s...

9 years ago | 2 answers | 1

2

answers

Question


How to store this data in array..
Hi all, I have a variable which could have following dimension at different instant say, c=6*5 , 7*6, 7*7, 7*8 how...

9 years ago | 1 answer | 0

1

answer

Question


All possible combination for picking up from arrays
I have 3 arrays namely a,b & c. Now I have total 10 elements..a has 5 elements, b has 2 and c has 3, all elements in an array...

9 years ago | 1 answer | 0

1

answer

Question


assigning weights for clustering 2d objects
Hi, what should be the approach to assign proper weights if we need to cluster objects based upon weighted data.. i.e I have...

9 years ago | 0 answers | 0

0

answers

Question


how to feel an array with 3 numbers randomly
Hi, I have an array say A, now it could contain 10,20,30 and 40 elements. Now I want to fill this array with 90,105,120 numbe...

9 years ago | 1 answer | 0

1

answer

Question


How can k-means be applied here?
Hi, Let me share my problem I have few rectangular shapes boxes with specific height and width. Now, I have to cluster the...

9 years ago | 1 answer | 0

1

answer

Question


sum of an array and checking condition
Hi, I have an array (1,10) which contains 10 values..now I have to sum the values of those array element and shall check whet...

9 years ago | 3 answers | 0

3

answers

Question


can i run a matlab script for specific number of times automatically
Hi, I have a matlab script and I need to run the program and have to take the o/p for certain amount times..is there any way ...

9 years ago | 2 answers | 0

2

answers

Question


any logic to do this programming on random number
Hi, I have generated 1000 random numbers from a normal distribution with std deviation=0.10 and mean=0.36 like r=0.3...

10 years ago | 2 answers | 1

2

answers

Question


genarate random integers from normal distribution
Hi, I want to generate a set of 50 random variable having std_deviation 0.1 and mean 0.5 from a normal distribution...it can ...

10 years ago | 1 answer | 0

1

answer

Question


can I do this program in matlab
Hi, my problem is, I want show a1/b1+a2/b2+a3/b3+.....a10/b10=3.6. now I need the value of a1,b1,a2,b2 ..a10,b10..such that...

10 years ago | 1 answer | 0

1

answer

Question


create periodic tasks set
Hi, I want to create a set of periodic task sets with different period and execution time.I need to generate a code template ...

10 years ago | 1 answer | 0

1

answer

Question


How to do this programming
Hello, I have X=[1,2,3,4,5,..........,20] Now I want to divide X into 5 blocks where each block should contain 4 elements....

11 years ago | 2 answers | 0

2

answers

Answered
how do i set a threshold between the stream of images?
do u want to binarize the image? graythresh could be an option http://www.mathworks.in/help/images/ref/graythresh.html

11 years ago | 0

Question


read a file upto certain character
Hello I have a file which contains 1342400 bits means 10101010010......like this way, I need to read this file upto 1341440 b...

11 years ago | 3 answers | 0

3

answers

Question


can i do this program in matlab
hello, I have a note pad file of lots of bits means 1 & 0 like,1110001111000011111000000111000....Now I want take 8 bit from ...

11 years ago | 1 answer | 0

1

answer

Question


Need to draw a plane
Hello I have a 3d plot like this <http://s10.postimage.org/k551sbnah/fig.jpg> in this fig I need to draw plane at z axis at...

11 years ago | 1 answer | 0

1

answer

Question


Draw a line and a plane at fixed ponit in 2d and 3d plot
Hello I have a 2d plot where at vertical axis(Y) at a particular point say 0.0039 i want to draw a line parallel to X axis......

11 years ago | 2 answers | 0

2

answers

Question


Test randomness from STD deviation
Hello If I have a random seq of 50,000 data and all the data ranging between 0 to 255..then is it possible to test the true ...

11 years ago | 1 answer | 0

1

answer

Question


Displaying in command winodw but i need to store in .txt file
Hello In a code I have a random 20000 data sequence ranging form 0 to 255, I am displaying the locations of each data they...

11 years ago | 2 answers | 0

2

answers

Question


How to find how many times a particular number occurred in large random sequence and their respective occurence position
I am dealing with this problem and after googling I found it shall be better to post here. I have long 1000 numbers of random se...

11 years ago | 3 answers | 0

3

answers