How to make first fit packing algorithm using a given array?

7 views (last 30 days)
assuming i have an array of values :
res=[12.5,14,4,0,3,25,7,10,2,10];
i want to fill them in packs of maximum size =25
and having the option of looping back to choose the first empty one to complete the value of 25
  1 Comment
Tshiamo Sigwele
Tshiamo Sigwele on 16 May 2022
You can use bin packing codes here: https://www.mathworks.com/matlabcentral/fileexchange/53111-bin-packing-problem-using-ga-pso-fa-and-iwo

Sign in to comment.

Answers (0)

Categories

Find more on Shifting and Sorting Matrices in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!