MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   在MATLAB中实现排序行 (https://www.labfans.com/bbs/showthread.php?t=23486)

poster 2019-12-10 20:41

在MATLAB中实现排序行
 
我的问题与先前解决的问题有关,该问题[URL="https://stackoverflow.com/questions/2925623/how-to-save-data-in-txt-file-in-matlab"]如何在MATLAB中将数据保存到.txt文件中[/URL] 。

我的问题是,我决定sortrows输出进行排序,但是,当我删除sortrows ,会出现此错误--- 'Input files have different number of rows' ,当我离开sortrows 'Input files have different number of rows'也没有错误

我很好奇为什么...与sortrows ?

编辑:除了将B更改为B=A{:}外,我保留了其余代码。



[B]回答:[/B]

尽管我没有在另A文章中运行代码,但看起来A是一个单元格数组,而C是一个矩阵。因此,如果要摆脱sortrows ,请尝试将其替换为B=cell2mat(A); 。



[url=https://stackoverflow.com/questions/2936035]更多&回答...[/url]


所有时间均为北京时间。现在的时间是 01:13

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.