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;
거의 6년 전 | 0
