creating an empty column vector
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Oleg Komarov
le 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!