photo

Aks


Last seen: 8 months ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
188,765
of 301,195

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

7 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...

7 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...

7 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 ...

9 years ago | 0 answers | 0

0

answers