Padding zeros to Existing Data

1 次查看(过去 30 天)
When my loaded data is a 86x14 Matrix I would like to model it to be a 90x14 where the 4 newly added rows are all zeros.. Is this possible? Without tampering with the 86x14 data.
I just need to fill them up so that an error does not pop up when my other computations go on...

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-2-5
编辑:Azzi Abdelmalek 2014-2-5
A=rand(86,14) % Example
A(end+1:90,:)=0

更多回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by