Add 2 type char matrix strings into a greater one

8 vues (au cours des 30 derniers jours)
Rafael Freire
Rafael Freire le 3 Juil 2011
A=<86x26 char>
B=<6x19 char>
C=151x27 char>
How I create the matrix ABC that is the matrix A after comes the matrix B and than the matrix C. ABC=<243x??? char>

Réponse acceptée

Rafael Freire
Rafael Freire le 3 Juil 2011
ABC=char(A, B, C)

Plus de réponses (0)

Catégories

En savoir plus sur Numeric Types 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!

Translated by