Community Profile

photo

Aks


Last seen: 2 months ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to write such a loop so that each time the loop runs, it takes into consideration two rows of the data at a time, does some calculation and then moves on to next two rows until all combination of rows have been treated?
In this problem, we have a 4 x 4 matrix. I need to do some calculations (as in below code) on all possible pairs of rows (exampl...

6 years ago | 0 answers | 0

0

answers

Question


How to multiply each row with all rows within a column vector?
I have a vector A=[2; 3; 5; 6] , I would like to multiply each row with all other rows to get a matrix. In this case, the output...

6 years ago | 1 answer | 0

1

answer

Question


How to extract specific row data from a big matrix?
Here are my data [1 5; 1 1; 1 2; 1 3; 1 1; 2 2; 2 2; 2 1; 2 3; 2 1] . Now, I want to extract the rows which have either 1 1, 1 2...

6 years ago | 1 answer | 0

1

answer

Question


Can I say that xcorr() evaluates the Envelope (ENV) while mscohere() evaluates Temporal fine structure (TFS)?
I understand that the basic difference between xcorr() and mscohere() could be that xcorr() is a straight correlation acting on ...

7 years ago | 0 answers | 0

0

answers