How can I convert strings in cell array into array?

 Réponse acceptée

Shubham Sangle
Shubham Sangle le 10 Juil 2019
Modifié(e) : Shubham Sangle le 10 Juil 2019

0 votes

strcat() has the property that it trims out leading and trailing blanks from parameters that are character vectors. It does not do that for cell array of character vectors.
For more details you can visit documentation of strcat here

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by