2010-11-28 3 views

Antwort

17
a = rand(100,1); %# vector 
a(end-5+1:end)  %# last five elements 
Verwandte Themen