When would you use sorting vs. indexing?
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:8| Question number:34.8
All Answers
total answers (1)
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:8| Question number:34.8
total answers (1)
Indexing: when you have a vector of structures and you want to get it in order of different fields, and/or if you want to leave the vector in its original order Sorting: When you have one vector and don’t need the original order
need an explanation for this answer? contact us directly to get an explanation for this answer