每日一學matlab編程

1.reshape: reshape array數組 實例:將數組array = [1, 3, 5, 7],變爲[1, 5; 3, 7], 輸入命令reshape(array, 2, 2)實例 特色,按列改變shape。   2. repmat: Replicate and tile an array 實例:將數組array = [1, 2], 變爲[1, 2; 1, 2; 1, 2], 輸入命令
相關文章
相關標籤/搜索