Matlab ProjectWrite a Matlab script (program) to model in-vitro cell growth in a petri-dish. User input parameters are:total cells seeded, doubling time (in hrs) , and diameter (in inches) of petri-dish.Use a simple model to calculate cell growth based on the doubling time. Account for cell death byassuming 10% of cells die during every doubling period. Assume an average cell to be circular with adiameter of 10 um.The script should output the following: plot cell density (cells per unit area) as a function of timeindicating time point when the cells are confluent (entire dish is covered with cells).this website