A = rand(413,1) ;
B = rand(905,1) ;
% Get A to size of B
x = (1:length(A))' ;
xi = linspace(1,length(A),length(B)) ;
A = interp1(x,A,xi)' ;
iwant = [A B]
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!