Azzera filtri
Azzera filtri

how to construct the matrix of 10x1000

2 visualizzazioni (ultimi 30 giorni)
asram eluru
asram eluru il 26 Mar 2014
Modificato: Azzi Abdelmalek il 26 Mar 2014
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

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 26 Mar 2014
Modificato: Azzi Abdelmalek il 26 Mar 2014
out=meshgrid(repmat(1:10,1,100),1:10)

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by