add values to one value
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (2)
Wayne King
el 16 de Oct. de 2011
H = cat(1,D,E,F,G);
Roberto
el 16 de Oct. de 2011
0 votos
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!