what function can be used like arranging number like that?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nyam Jargalsaikhan
el 29 de Mzo. de 2021
Comentada: Rik
el 29 de Mzo. de 2021
What funtion is used for that
0 comentarios
Respuesta aceptada
Bruno Luong
el 29 de Mzo. de 2021
Editada: Bruno Luong
el 29 de Mzo. de 2021
[~,B] = sort(A);
B(B) = 1:length(B)
2 comentarios
Rik
el 29 de Mzo. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!