add values to one value
Afficher commentaires plus anciens
Hi,
I've got 4 values: D=1 E=3 F=2 G=9
and I want to combine them to 1 value: Total=DEFG (in this example: 1329)
Anyone an idea how I could fix this?
Réponse acceptée
Plus de réponses (2)
Wayne King
le 16 Oct 2011
H = cat(1,D,E,F,G);
Roberto
le 16 Oct 2011
0 votes
Catégories
En savoir plus sur Logical 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!