How can I convert strings in cell array into array?

1 visualizzazione (ultimi 30 giorni)
I am not able to convert strings in cell array into array

Risposta accettata

Shubham Sangle
Shubham Sangle il 10 Lug 2019
Modificato: Shubham Sangle il 10 Lug 2019
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

Più risposte (0)

Categorie

Scopri di più su Characters and Strings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by