Community Profile

photo

64426


KU Leuven

Last seen: 2 months ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


How can add dimensions to 2D matrix to generate 4D matrix
Hi all, I would like to generate 4D matrix with following dimensions: dim1 = image height dim2 = image width dim3 ...

7 years ago | 1 answer | 0

1

answer

Question


How can I detect position of each dots from a fig file and randomize it?
Hi all, I have a figure like attached and I would like to detect the position of each dots within the square and randomize it...

7 years ago | 1 answer | 0

1

answer

Question


How can I choose specific rows in a matrix? (from 1 to 6 than skip 7 to 16 and start taking again from 17th to 22nd)
Hi all, Lets say, I have a matrix X=[1: 43008]' and I would like to get index starting from the first row to 6th and skip 10 r...

7 years ago | 1 answer | 0

1

answer

Question


how to calculate mean of cell arrays within cell array
Hi all, I have TrialMean which is 16X1 cell array. Each row includes another cell array (8x9). For every row in 16X1 cell arr...

7 years ago | 1 answer | 0

1

answer

Question


how to get rid of some pixels around each dot in dot pattern
Hi all, I have a 1024X1280 uint8 image. After I am plotting random dot patterns on the image I use: dots=(find(IMG)); ...

7 years ago | 2 answers | 0

2

answers