Feeds
답변 있음
if we enter n rows and m colums and gets the output of 2n rows and 2m columns
function result = blocks(n,m) % create a matrix of ones of size n x m ones_matrix =ones([n,m]); % create a ...
if we enter n rows and m colums and gets the output of 2n rows and 2m columns
function result = blocks(n,m) % create a matrix of ones of size n x m ones_matrix =ones([n,m]); % create a ...
3년 초과 전 | 0
