ParticleCountGeneratorVersionR2022a.m
Notes on using the Particle Count Generator Program
(ParticleCountGeneratorVersionR2022a.m)
- Program runs best on Matlab version R2022a and higher.
- FIJI software (https://imagej.net/software/fiji/) or any other segmentation software may be used to determine length/area covered by each particle after appropriately scaling their Electron Microscope images. The data is saved as a CSV file.
- The code reads the CSV file. It generates a histogram of counted particles, a normalized distribution, mean size, standard deviation and presents all measured parameters in a text box.
- The code can be modified to calculate diameters of particles from their areas detected by FIJI software and present a distribution thereof. This requires activation/modification of relevant lines of code described appropriately in Line 10 in the code (as commented in the Matlab script).
- Likewise, any other shape (square, rectangle, polygon, etc.) can be used for processing by appropriately changing Line 10 in the code (as commented in the Matlab script).
- The output is saved as a JPG file.