MATLAB: How to intialize a data store with 100000 zeros

data store memoryintialization

How to intialize a data store with 100000 zeros?

Best Answer

zeros(1,100000)