how to create randon vector between the numbers -0.1 to 0.1 with the length of 100? (1*100)

 Réponse acceptée

Stephan
Stephan le 25 Oct 2018
Modifié(e) : Stephan le 25 Oct 2018

0 votes

Hi,
use
x = (2*rand(1,100)-1)/10;
Best regards
Stephan

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Produits

Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by