On 24-Apr-2008, James Sherman Jr. wrote: | I'm not sure how "elegant" it is, but I'd just do | | y = x(1:2:end) + x(2:2:end)*i; Or y = complex (x(1:2:end), x(2:2:end)); jwe