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년 초과 전 | 0
