Effacer les filtres
Effacer les filtres

Make a text matrix to one cell string

1 vue (au cours des 30 derniers jours)
Alexandros
Alexandros le 17 Nov 2011
How to make a 5 column text matrix to one cell string.
>>A 'A1' 'A2' 'A3' 'A4'
i want to have
A = 'A1 A2 A3'
Thank you
  1 commentaire
the cyclist
the cyclist le 17 Nov 2011
I don't understand what you mean by "5 column text matrix". Can you write functioning MATLAB code that defines what your input array looks like?

Connectez-vous pour commenter.

Réponse acceptée

Alexandros
Alexandros le 17 Nov 2011
I make two separate strings of B2a = 'am' and B2b = 'old'
and then with strcat i can
B = strcat(B2a,{' '},B2b)
B = "am old'

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by