Simple array outputing the same number of length(n)

4 Ansichten (letzte 30 Tage)
Tanil
Tanil am 20 Apr. 2013
Hi, I am trying to create an array of 20 elements all 0.25 i.e.
A = 0.25 0.25 0.25 0.25 0.25 0.25 0.25 .... 0.25 of length 20
There must be a way without writing the array manually
Kind regards

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 20 Apr. 2013
A=0.25*ones(1,20)

Weitere Antworten (0)

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by