photo

Ibrahim Fares


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
132,233
of 300,364

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • First Review

View badges

Feeds

View by

Answered
How to get the max value index and the next max value index and next until the end (the smallest) of the array
I solved this problem, so I will share it with you: function [ mapped] = mapping( x ) for i = 1:length(x) [~,j]=...

7 years ago | 0

| accepted

Question


How to get the max value index and the next max value index and next until the end (the smallest) of the array
For example if A Vector A=[5.2,6.3,1.2,10,2,4.3]; I want to get the index of the max value (in my example is 10 so the index i...

7 years ago | 2 answers | 0

2

answers