使用循环指示在循环中定义变量

时间:2016-10-26 00:30:22

标签: matlab

我想使用' for循环'处理数据集,其中输出名称将由索引确定。这可能吗?

以下是我的尝试:

for i=1:5
[sortedX,sortingIndices] = sort(dataname,'descend');
outputarray(i)={sortedX,sortingIndices}
end

0 个答案:

没有答案