2013年1月23日

Don't always use length funciton in Matab Programming!

摘要: Be carefull !! Don’t always use length function in matlab programming,because it returns the length of largest array dimension!If you want to get the length of specific array dimension, use size(X,dim). 阅读全文

posted @ 2013-01-23 15:52 daxiaoyuyu 阅读(152) 评论(0) 推荐(0)

导航