[MATLAB]
Many ATMs (automatic teller machines) dispense only $20 bills.For example, withdrawing $120 would yield 6 $20 bills. US currencyincludes a nice assortment of values. It would be much moreinteresting* to go into the bank and ask for six bills that add upto $120 and receive one $100, one $10, one $5, two $2, and one $1.Write a MATLAB function which, given a total dollar amount and anumber of bills, calculates all the possible combinations ofexactly that number of bills that add up to that total dollaramount. The function definition and a few examples are shown below.Test your function using the
OR
OR