How can I 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

Community Treasure Hunt

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

Start Hunting!

Translated by