creating an empty column vector
16 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Oleg Komarov
on 24 May 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 Comments
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!