How can I remove the blank spaces in a column vector that consists of string values.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
The column vector is as follows:
'Static' 'Static' 'Static'
'Dynamic' 'Dynamic' 'Dynamic' etc.
1 commentaire
Cedric
le 30 Juin 2014
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.
Réponses (0)
Voir également
Catégories
En savoir plus sur Spreadsheets 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!