我們可以使用Matlab來建立一些特殊的矩陣 [] 空矩陣 eye(n) 產生n階的單位矩陣 ones(m,n) 產生m*n的矩陣其裡面的元素都為1 zeros(m,n) 產生m*n的矩陣其裡面的元素都為0 Matlab ...
ppi.bioinfo.asia.edu.tw