B = reshape(A',165,91); %pull from rows
or
B = reshape(A,165,91); %pull from columns
Depending on how you want to pull from A. It's not clear from your example
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!