| Posted: Saturday, October 12, 2002 | Due: Monday, November 4, 2002 |
x=[1 2 3 4 3 2 1];
tmp=[x; zeros(1,7)];
xnew=reshape(tmp,14,1);
How is the vector xnew related to the vector x? Try help reshape for more information about the reshape command.This document was translated from LATEX by HEVEA.