Aurelio Gonzalez
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
use a loop structure .
A=zeros(4) % this is the same as zeros (4,4) // returns as a 4x4 matrix of zeros for m= 1:4 for n=1:4 A(m,n)...
8 years 前 | 1 个回答 | 0