creating an empty column vector
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I would like to create an empty column vector so as when I extract this vector to excel to see empty cells.
0 Kommentare
Akzeptierte Antwort
Oleg Komarov
am 24 Mai 2012
cell(10,1)
Note that you can write to excel into a specific range, i.e. you don't need to add empty cell arrays to skip columns/rows.
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numeric Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!