Community Profile

photo

Anupam Saikia


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Self avoiding random walk for pixel modification
Hello everyone. I have a problem, explained below. I expect your kind help, thank you. I have a 2D spatial coordinates of a tru...

4 years ago | 0 answers | 0

0

answers

Question


code for loop erased random walk for a 2d matrix
Hello everyone, Can anybody help me with a code for loop erased random walk for a 2D Matrix? Aspiring your help at the earliest....

4 years ago | 0 answers | 0

0

answers

Question


How to Convert integer numbers to RGB values
How can we convert set of 3 separate integer values to equivalent or processable RGB values?

5 years ago | 1 answer | 0

1

answer

Question


Find function for cell array
I havr a cell myCell 1x200 Each cell contains set of three values like myCell{1,1} = 1,118,180 ... myCell{1,8}= 1,122,185 ...

5 years ago | 2 answers | 0

2

answers

Question


How to store indices of for loop in cell array after satisfying a condition
Hi Mathworkers, I am having problem in storing indices (That will serve as necessary data in my purpose)of for loops in a cell ...

5 years ago | 1 answer | 0

1

answer

Question


How to convert a cell array of different size to matrix of fixed size
I have a cell array A of dimension 1x22 each cell having different number of elements with compulsory 2 columns. for example A{...

5 years ago | 1 answer | 1

1

answer

Question


Is Reverse of Delta E possible?
Suppose, we provide the pixel with reference to which another color was calculated for Delta E. Is it possible that we get the o...

6 years ago | 0 answers | 0

0

answers

Question


how to get the pixel values for array of selected coordinates of an Image
Suppose, I have an Image I. An array of selected coordinates contains coordinates as elements less than or equal to the number o...

6 years ago | 1 answer | 1

1

answer

Question


How to find pixel coordinates in batch
I have an array of 3 columns of R,G,B values and 100 rows for different pixels of one image. I need to find the coordinates of s...

7 years ago | 1 answer | 0

1

answer

Question


Finding indices of array elements in 3d matrix
Suppose, there is a 3d matrix M. M(:,:,1) = Columns 1 through 8 0.4824 0.4824 0.4824 0.4824 0.4863 ...

7 years ago | 1 answer | 0

1

answer

Question


How to get indices of unique elements in matrix in separate arrays
1.I have a 1D array eg. A=[2,5,7,8,3,9.....]. Elements have been extracted from a 2d matrix eg M= [1 5 2 17 ...

7 years ago | 4 answers | 0

4

answers