Clear Filters
Clear Filters

How to sort an excel sheet by one column matlab

7 views (last 30 days)
How to sort an excel sheet by one column matlab

Answers (1)

Star Strider
Star Strider on 15 Nov 2022
Use readtable to import it then sortrows to sort it. If you want to save the sorted version, use writetable to write it as an .xlsx file.

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!