Sorting and storing character and numeric values
古いコメントを表示
Hi everyone, I'm still trying to grasp Matlab so bare with me.
I have a dataset that I import from a csv file that has one text column and the rest are float columns. What I want to do, is be able to sort the rows by the numeric values but still retain the text column. My problem is that I am not sure how to go about this. I've tried cell arrays and have had little luck. What is the ideal Matlab approach for going about this?
Thanks, mattg555
4 件のコメント
Azzi Abdelmalek
2014 年 5 月 5 日
How your data looks like? post samples of your data.
Matt
2014 年 5 月 5 日
Sara
2014 年 5 月 5 日
do you want to order only the numeric values, disregarding the order of the text?
Matt
2014 年 5 月 5 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Shifting and Sorting Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!