row vector with 15 elements

21 Ansichten (letzte 30 Tage)
marie
marie am 20 Feb. 2013
I need to create a row vector with 15 equally spaced elements in which the first element is 7 and the last element is 40. I already tried this row_vector=[7:2.2:40] but it gives me a matrix with 16 elements and row_vector=[7:3.5-1:40] but i keep getting 16 elements

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 20 Feb. 2013
Bearbeitet: Azzi Abdelmalek am 20 Feb. 2013
linspace(7,40,15)

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by