Community Profile

photo

saad


Politecnico di Milano

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
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

10 years ago | 0

Question


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...

10 years ago | 3 answers | 0

3

answers