Feeds
已回答
Using semicolon for input argument when working with a matrix function
function B = costum_blocks(n,m) A = [n:m;m:-1:n]; B = [A, 2*A; 3*A, 4*A]; return;
Using semicolon for input argument when working with a matrix function
function B = costum_blocks(n,m) A = [n:m;m:-1:n]; B = [A, 2*A; 3*A, 4*A]; return;
5 years 前 | 0
