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)の平均値]