ceiling(Matrix) Function

Top 

Description

Computes the ceiling value of the specified value. The ceiling is the smallest integer that is greater than or equal to the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

ceiling(

Matrix M)

 

 

Arguments

M


Description:

The matrix whose element-by-element ceiling value will be returned.

 

 

 

Return Value

Type:

Matrix of number

 

 

A matrix containing the ceiling value of each element of matrix M.

 

Syntax

myMatrix1 = ceiling(myMatrix2);

 

 

See also

ceiling