Filter löschen
Filter löschen

Command use to create a series of 10 numbers from 5 to 50 without using increment.

2 Ansichten (letzte 30 Tage)
Command use to create a series of 10 numbers from 5 to 50 without using increment.

Antworten (1)

Chunru
Chunru am 28 Jun. 2021
a = linspace(5, 50, 10)
a = 1×10
5 10 15 20 25 30 35 40 45 50

Kategorien

Mehr zu Time Series Collections 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