How remove empty spaces
古いコメントを表示
Hi, I want to remove the spaces from s; how can I do?
s={[2005 1 26;2005 1 27;2005 1 28]}
2 件のコメント
Guillaume
2016 年 5 月 11 日
What spaces? s is a cell array consisting of a single cell. That single cell contains a matrix of numbers. There are no spaces
If you are asking for a particular way to display these numbers, please be clearer on what display you want.
Image Analyst
2016 年 5 月 11 日
elisa, Guillaume is right. You must not understand cell arrays. Please read the FAQ to get a good understanding of them.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!