add values to one value
Show older comments
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?
Accepted Answer
More Answers (2)
Wayne King
on 16 Oct 2011
H = cat(1,D,E,F,G);
Roberto
on 16 Oct 2011
0 votes
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!