Community Profile

photo

Steve


Active since 2012

Matlab software and algorithm development. See http://www.softwaredevelopment.me.uk/ for more details.

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
Split array values into 2 elements
The function you want is reshape: A = reshape(A, 1, []) This gives you the output you want (A = [126,126,138,154,137,146])...

11 years ago | 0