add values to one value
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (2)
Wayne King
il 16 Ott 2011
H = cat(1,D,E,F,G);
Roberto
il 16 Ott 2011
0 voti
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!