- Prepare your data: Ensure your timetable values are in a vector format that MATLAB can process.
 - Define the classes: Since you want classes from 0 to 100, you will define these classes explicitly.
 - Use the 'histcounts' function: This function will help you calculate the frequency distribution.
 

