add values to one value
古いコメントを表示
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?
採用された回答
その他の回答 (2 件)
Wayne King
2011 年 10 月 16 日
H = cat(1,D,E,F,G);
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!