what function can be used like arranging number like that?

1 次查看(过去 30 天)
What funtion is used for that

采纳的回答

Bruno Luong
Bruno Luong 2021-3-29
编辑:Bruno Luong 2021-3-29
[~,B] = sort(A);
B(B) = 1:length(B)
  2 个评论
Rik
Rik 2021-3-29
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by