I don't see any way to fundamentally change how your code works to speed it up, other than performing the row swaps in one call:
AudFileFreq=AudFileFreq([4 2 1 3],:);
When you're working with a lot of data, things sometimes just need time.
I don't see any way to fundamentally change how your code works to speed it up, other than performing the row swaps in one call:
AudFileFreq=AudFileFreq([4 2 1 3],:);
When you're working with a lot of data, things sometimes just need time.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!