필터 지우기
필터 지우기

how to construct the matrix of 10x1000

조회 수: 2 (최근 30일)
asram eluru
asram eluru 2014년 3월 26일
편집: Azzi Abdelmalek 2014년 3월 26일
meshgrid(1:10) is giving 10x10 matrix and values are between 1 to 10. I want 10 rows and 1000 columns, values are between 1 to 10 same as meshgrid(1:10); please , is there any camand help me

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 3월 26일
편집: Azzi Abdelmalek 2014년 3월 26일
out=meshgrid(repmat(1:10,1,100),1:10)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by