Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
for i=1:30 randomno=rand(3,1); k(i)=mean(randomno(:,1) ; end
如何将 k 的平均值数据存储到工作区中的结果中,例如:Result=[k(1) 的平均值;k(2) 的平均值;直到.....k(30)的平均值]