photo

Tim Baker


MathWorks MOOC Program

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
36,911
of 300,571

REPUTATION
1

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to average a specific number elements which have the same index value
Hi there, I am trying to create a function which finds the average of a number of elements in columns that have a similar ind...

10 years ago | 0 answers | 0

0

answers

Question


Sum elements in a column where there are matching values in an adjacent column?
I have a numeric matrix A = [1 1 100; 1 2 200; 1 3 50; 2 1 100; 2 2 200; 2 3 50; 3 1 100; 3 2 200; 3 3 50; 3 4 20] ...

10 years ago | 2 answers | 1

2

answers

Question


How to search for a previous element that is equal in prior loop iteration
I have a Matrix called A as below [1 1 3; 1 2 2; 1 3 3; 2 1 1; 2 2 3; 2 3 2; 2 4 4] I want to produce ...

10 years ago | 2 answers | 0

2

answers