Change order in an Array using a second array
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
alessandro montaghi
il 18 Dic 2018
Commentato: alessandro montaghi
il 18 Dic 2018
I am new in Matlab (sorry)
I have to arrays a= [10, 20, 30, 40, 50] and p = [5, 3, 1, 2, 4]. I am looking a method to change the order of a in function of p (this array is an index vector). For example
newa = [50, 30, 10, 20, 40]
2 Commenti
Stephen23
il 18 Dic 2018
Very basic MATLAB concepts, like how to use indexing, are explained in the introductory tutorials:
Rather than spending time registering on this forum, writing a question, waiting for some random stranger to help you with very basic MATLAB concepts... you can actually learn lots of important and useful concepts yourself simply by doing those tutorials.
Risposta accettata
madhan ravi
il 18 Dic 2018
2 Commenti
madhan ravi
il 18 Dic 2018
Modificato: madhan ravi
il 18 Dic 2018
Anytime :) , if my answer worked make sure to accept the answer.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!