![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19280630_1598290593299_DEF.jpg)
Md Jawarul Moresalein Ayon
Followers: 0 Following: 0
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); ...
4년 초과 전 | 3