I need a help in Full factorial problem!
3 ビュー (過去 30 日間)
古いコメントを表示
I have a data with 12 columns and each with 40 rows. I want the sum of all the combinations of all rows in first column with the other columns. Likewise all other columns also (a full factorial). I have done it.
But now what I want to do is, if I select one of the sum values or give in a gui text box, like 100, then it should give me the values that added up to make the sum 100.
How should I do this. Someone please help me.
0 件のコメント
回答 (1 件)
Walter Roberson
2013 年 2 月 14 日
Please research "knapsack problems". They are not easy to solve in polynomial time.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!