Steve
自 2012 起处于活动状态
Followers: 0 Following: 0
Matlab software and algorithm development. See http://www.softwaredevelopment.me.uk/ for more details.
Feeds
已回答
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])...
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])...
13 years 前 | 0
