Effacer les filtres
Effacer les filtres

how to construct the matrix of 10x1000

2 vues (au cours des 30 derniers jours)
asram eluru
asram eluru le 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

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 26 Mar 2014
Modifié(e) : Azzi Abdelmalek le 26 Mar 2014
out=meshgrid(repmat(1:10,1,100),1:10)

Catégories

En savoir plus sur Interpolation dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by