Beantwortet
A basic matlab problem
x = 9.5.*ones(2,5)

mehr als 4 Jahre vor | 0

Beantwortet
Odd numbered elements problem
function y = every0ther(x) y = x(1:2:end); end Hope this helps!

mehr als 4 Jahre vor | 5