码迷,mamicode.com
首页 > 其他好文 > 详细

extract even and odd rows in a matrix -matlab

时间:2020-06-24 21:56:30      阅读:47      评论:0      收藏:0      [点我收藏+]

标签:lin   div   matrix   ace   extra   pac   end   extract   pre   

* odd and even rows in a matrix
a=linspace(1,20,20)
a=a‘
a_even = a(2:2:end,:)
a_odd=a(1:2:end,:)

 


 

extract even and odd rows in a matrix -matlab

标签:lin   div   matrix   ace   extra   pac   end   extract   pre   

原文地址:https://www.cnblogs.com/code-saturne/p/13189808.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!