Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Command use to create a series of 10 numbers from 5 to 50 without using increment.

Réponses (1)

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

Catégories

En savoir plus sur Time Series Collections dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by