Feeds
已回答
Adding columns to matrix using circshift by auto incrementing
Thanks for your answers, I already solved using these commands: for n=1:1199 Xm(:,n+1) = circshift(b,n); end
Adding columns to matrix using circshift by auto incrementing
Thanks for your answers, I already solved using these commands: for n=1:1199 Xm(:,n+1) = circshift(b,n); end
12 years 前 | 0
提问
Adding columns to matrix using circshift by auto incrementing
I want to develop a square matrix from a column matrix using circshift. Here is an example code: z=[0;1;2;3]; x=[z,circshi...
12 years 前 | 3 个回答 | 0
