Azzera filtri
Azzera filtri

How to create a long list using the same number?

30 visualizzazioni (ultimi 30 giorni)
Simple question but can't find it anywhere. I need to make a long list of the number say, 59, a thousand times.
59
59
59
59 etc
What is the syntax to do this? Thanks

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 23 Lug 2014
Modificato: Azzi Abdelmalek il 23 Lug 2014
repmat(59,1000,1)
%or
59*ones(1000,1)

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by