what function can be used like arranging number like that?
1 回表示 (過去 30 日間)
古いコメントを表示
What funtion is used for that
0 件のコメント
採用された回答
Bruno Luong
2021 年 3 月 29 日
編集済み: Bruno Luong
2021 年 3 月 29 日
[~,B] = sort(A);
B(B) = 1:length(B)
2 件のコメント
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 Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!