标签: matlab
我想使用' for循环'处理数据集,其中输出名称将由索引确定。这可能吗?
以下是我的尝试:
for i=1:5 [sortedX,sortingIndices] = sort(dataname,'descend'); outputarray(i)={sortedX,sortingIndices} end