Recent content by newbie193

  1. N

    matlab partition command

    Hi, I have N vectors which look like this: [1→m] [m+1→2m] [2m+1→3m] [3m+1→4m] [4m+1→5m]..... [{(N-1)m}+1→Nm] I want to select 1 element from each vector without duplication of any combinations. Essentially only when all combinations are done with...
  2. N

    convert vector to matrix MATLAB

    hi I am a newbie to programming. i have 12 vectors of size 1*150 (1 row 150 columns) i want to merge all these 12 vectors to a matrix of size 12 *150 (12 row 150 columns) how should i do it? all vectors are of same size 1* 150 andAll of them have to join into a matrix of size...
Back
Top