photo

Fil Okua


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
148,286
of 299,192

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,655

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,661

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


Concatenating values to form a matrix
I am trying to loop through a table filed to return values greater than 10. I am only getting ones in the resulting matrix. I ...

4 years ago | 0 answers | 0

0

answers

Question


Selecting all rows if range of column values is greater than 10
I am trying to select all rows if a column vaues is greater than 10: Its like in SQL statemnt Select * From TableA WHERE col1 &...

4 years ago | 1 answer | 0

1

answer

Question


For loop stops in the first find
Why does this for loop stop at the first find?. Val = max(max(D(:, 2:end), [], 2)); rows = []; for i = 1:size(...

4 years ago | 1 answer | 0

1

answer

Question


How do I return rows of a matrix based on the value of the maximum element.
Can someone help me? I am using MATLAB R2011b and I am having problems returning rows based on the maximum value in (:, 2:end). ...

4 years ago | 0 answers | 0

0

answers