photo

RONG


Last seen: 2 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

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

2 months 前 | 0

已回答
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);

2 months 前 | 0