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

 Accepted Answer

Stephan
Stephan on 25 Oct 2018
Edited: Stephan on 25 Oct 2018
Hi,
use
x = (2*rand(1,100)-1)/10;
Best regards
Stephan

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Release

R2018b

Community Treasure Hunt

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

Start Hunting!