creating an empty column vector
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Oleg Komarov
il 24 Mag 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!