Filter löschen
Filter löschen

Padding zeros to Existing Data

1 Ansicht (letzte 30 Tage)
Chockalingam Kasi
Chockalingam Kasi am 5 Feb. 2014
Bearbeitet: Azzi Abdelmalek am 5 Feb. 2014
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...

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 5 Feb. 2014
Bearbeitet: Azzi Abdelmalek am 5 Feb. 2014
A=rand(86,14) % Example
A(end+1:90,:)=0

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by