Clear Filters
Clear Filters

what function can be used like arranging number like that?

1 view (last 30 days)
What funtion is used for that

Accepted Answer

Bruno Luong
Bruno Luong on 29 Mar 2021
Edited: Bruno Luong on 29 Mar 2021
[~,B] = sort(A);
B(B) = 1:length(B)
  2 Comments
Rik
Rik on 29 Mar 2021
If you get an answer that solves your issue, please consider marking it as accepted answer. That is an easy way to say thank you.

Sign in to comment.

More Answers (0)

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!