need help to how to solve this

조회 수: 2 (최근 30일)
Abdur Rob
Abdur Rob 2020년 9월 24일
답변: madhan ravi 2020년 9월 24일
function T = trio(n,m)
T =ones([(n*3) m]);
Then, got problem how to do so?

답변 (1개)

madhan ravi
madhan ravi 2020년 9월 24일
doc repmat
doc repelem

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by