Feeds
답변 있음
Code for 'Reverse a Vector'
I have done this one,you may check it --- function w=reversal(v) s=length(v); if s==1 w=v; else w(1,1)=v(end); ...
Code for 'Reverse a Vector'
I have done this one,you may check it --- function w=reversal(v) s=length(v); if s==1 w=v; else w(1,1)=v(end); ...
5년 초과 전 | 3
