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년 초과 전 | 0
