About 1,740,000 results
Open links in new tab
  1. round - Round to nearest decimal or integer - MATLAB

    This MATLAB function rounds each element of X to the nearest integer.

  2. Round down and Round up? - MATLAB Answers - MATLAB Central …

    Dec 30, 2014 · In MATLAB, the functions "floor" and "ceil" can be used to round down and round up, respectively. The "floor" function rounds a given input value down to the nearest integer. …

  3. round - Round fi object toward nearest integer or round input …

    This MATLAB function rounds fi object a to the nearest integer.

  4. Rounding Modes - MATLAB & Simulink - MathWorks

    Rounding involves going from high precision to lower precision and produces quantization errors and computational noise.

  5. fix - Round toward zero - MATLAB - MathWorks

    This MATLAB function rounds each element of X to the nearest integer toward zero.

  6. ceil - Round toward positive infinity - MATLAB - MathWorks

    This MATLAB function rounds each element of X to the nearest integer greater than or equal to that element.

  7. How to round the decimals? - MATLAB Answers - MATLAB Central …

    May 3, 2012 · round () accepts number of digits as second argument. I am not sure offhand if you can call round in a math block; certainly from a matlab function block. Or you could use a math …

  8. floor - Round toward negative infinity - MATLAB - MathWorks

    This MATLAB function rounds each element of X to the nearest integer less than or equal to that element.

  9. What's the difference between round/fix/foor and ceil these four ...

    Mar 4, 2024 · I can tell the difference between round/fix/floor/ceil and can't decide when and how touse them.

  10. How to round a result to two decimal places - MATLAB Answers

    Oct 24, 2016 · How to round a result to two decimal places. Learn more about decimal places MATLAB