Clear Filters
Clear Filters

random amount of zeros

1 view (last 30 days)
mahdi safarzadeh
mahdi safarzadeh on 1 Nov 2013
Hi guys, I want to produce random amount of zeros. How can I do that? tnx,

Answers (1)

dpb
dpb on 1 Nov 2013
zeros(1,randi(IMAX))
where IMAX is a preselected maximum number

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!