Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
Command use to create a series of 10 numbers from 5 to 50 without using increment.

Risposte (1)

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

Categorie

Scopri di più su Time Series Collections in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by