Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

here it is!!!!

조회 수: 1 (최근 30일)
Guitarist Pandey
Guitarist Pandey 2017년 2월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
Write a function named custom_blocks that takes an n-by-m matrix as an input argument (the function does not have to check the format of the input) and returns a 2n-by-2m matrix as an output argument. The upper left n-by-m sub matrix of the output matrix is the same as the input matrix. The elements of the upper right n-by-m sub matrix are twice as large as the corresponding elements of the input matrix. Similarly, the lower left submatrix is the input matrix multiplied by three and the lower right n-by-m submatrix is four times the input matrix.
  댓글 수: 1
James Tursa
James Tursa 2017년 2월 10일
What have you done so far? Please post your current code and ask specific questions about it and we can help.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by