matrix row/column augmentation

조회 수: 3 (최근 30일)
sermet
sermet 2016년 8월 2일
답변: Firat Uray 2016년 8월 2일
a=100; How can I create a matrix whose columns and rows contain of 20 times 100?

채택된 답변

Firat Uray
Firat Uray 2016년 8월 2일
You can use F=a*(ones(20,20)).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by