답변 있음
A basic matlab problem
x = 9.5.*ones(2,5)

4년 초과 전 | 0

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

4년 초과 전 | 5