photo

RONG


Last seen: 4 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How can I find index of element in array?
firstIndex = find(X == 5, 1);

4 meses hace | 0

Respondida
How can I find index of element in array?
% Suppose X is your array X = [3, 5, 7, 5, 9]; % Find the index of the element 5 index = find(X == 5);

4 meses hace | 0