MATLAB: Rounding Functions (round up) - ceil

Опубликовано: 20 Март 2026
на канале: Engineering with Dr. Kelsey Joy
959
18

I demonstrate how to use the MATLAB built-in function CEIL and some potential applications for this function. The CEIL function is used to round values up.

To round up, use the CEIL function and watch this video:    • Shorts  

To round based on common rounding rule of 5 rounds up, then use ROUND function and watch this video:    • Shorts  

To round towards zero, so round down for positive numbers and up for negative numbers, then use FIX function and watch this video:
   • Shorts  

To round down, use the FLOOR function and watch this video:    • Shorts  

#matlab #matlabtutorials #code #engineer #engineering #learntocode