photo

Ibrahim Fares


Last seen: mehr als 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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]=...

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten