MATLAB: How to create a histogram plot, y axis = number of objects, x = spot intensity and analyse it using a mixed gaussian distribution. I know that the data presented does not have much skew but I am just learing MATLAB

mixed gaussian

y axis data = :
0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170.
x axis data = : 0. 0. 0. 0. 4. 12. 8. 11. 12. 20. 22. 19. 27. 30. 22. 26. 23. 22. 13. 18. 12. 14. 11. 10. 4. 6. 4. 1. 4. 3. 2. 1. 1.

Best Answer

Related Question