How can I remove the blank spaces in a column vector that consists of string values.
조회 수: 1 (최근 30일)
이전 댓글 표시
The column vector is as follows:
'Static' 'Static' 'Static'
'Dynamic' 'Dynamic' 'Dynamic' etc.
댓글 수: 1
Cedric
2014년 6월 30일
Is it the content of a cell array? If so, you may not have spaces in your text elements at all, but be tricked by the fact that MATLAB separates elements of cell arrays with spaces when you display their content.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!