How to intialize a data store with 100000 zeros?

2 views (last 30 days)
How to intialize a data store with 100000 zeros?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 26 Apr 2016
zeros(1,100000)
  2 Comments
Bala
Bala on 27 Apr 2016
Thank you. I thought it won't take statements like this for intialization.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!