摘要:
参考 http://blog.csdn.net/superdont/article/details/3992033a=[1 23 4]如果使用b=reshape(a,1,4),则得到的结果是 b=[1 3 2 4]如果想得到b=[1 2 3 4], 需要使用 b=reshape(a',1,4)因为r... 阅读全文
posted @ 2014-06-13 22:18
whaozl
阅读(1763)
评论(0)
推荐(0)
浙公网安备 33010602011771号