floor
向负无穷舍入
说明
示例
向负无穷舍入矩阵元素
X = [-1.9 -0.2 3.4; 5.6 7.0 2.4+3.6i]; Y = floor(X)
Y = 2×3 complex
-2.0000 + 0.0000i -1.0000 + 0.0000i 3.0000 + 0.0000i
5.0000 + 0.0000i 7.0000 + 0.0000i 2.0000 + 3.0000i
向负无穷舍入持续时间值
将 duration
数组中的每个值四舍五入到小于或等于该值的最接近的秒数。
t = hours(8) + minutes(29:31) + seconds(1.23);
t.Format = 'hh:mm:ss.SS'
t = 1x3 duration
08:29:01.23 08:30:01.23 08:31:01.23
Y1 = floor(t)
Y1 = 1x3 duration
08:29:01.00 08:30:01.00 08:31:01.00
将 t
中的每个值四舍五入到小于或等于该值的最接近的小时数。
Y2 = floor(t,'hours')
Y2 = 1x3 duration
08:00:00.00 08:00:00.00 08:00:00.00
输入参数
X
— 输入数组
标量 | 向量 | 矩阵 | 多维数组 | 表 | 时间表
输入数组,指定为标量、向量、矩阵、多维数组、表或时间表。对于复数 X
,floor
会分开处理实部和虚部。
floor
将逻辑值和 X
的 char
元素转换为 double
值。
数据类型: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| char
| logical
| table
| timetable
复数支持: 是
t
— 输入持续时间
duration
数组
输入持续时间,指定为一个 duration
数组。
unit
— 时间单位
'seconds'
(默认) | 'minutes'
| 'hours'
| 'days'
| 'years'
时间单位,指定为 'seconds'
、'minutes'
、'hours'
、'days'
或 'years'
。1 年的时间长度确切地等于 365.2425 天(一天 24 小时)。
扩展功能
tall 数组
对行数太多而无法放入内存的数组进行计算。
此函数完全支持 tall 数组。有关详细信息,请参阅 tall 数组。
C/C++ 代码生成
使用 MATLAB® Coder™ 生成 C 代码和 C++ 代码。
GPU 代码生成
使用 GPU Coder™ 为 NVIDIA® GPU 生成 CUDA® 代码。
基于线程的环境
使用 MATLAB® backgroundPool
在后台运行代码或使用 Parallel Computing Toolbox™ ThreadPool
加快代码运行速度。
此函数完全支持基于线程的环境。有关详细信息,请参阅在基于线程的环境中运行 MATLAB 函数。
GPU 数组
通过使用 Parallel Computing Toolbox™ 在图形处理单元 (GPU) 上运行来加快代码执行。
此函数完全支持 GPU 数组。有关详细信息,请参阅在 GPU 上运行 MATLAB 函数 (Parallel Computing Toolbox)。
分布式数组
使用 Parallel Computing Toolbox™ 在集群的组合内存中对大型数组进行分区。
此函数完全支持分布式数组。有关详细信息,请参阅使用分布式数组运行 MATLAB 函数 (Parallel Computing Toolbox)。
版本历史记录
在 R2006a 之前推出R2023a: 直接对表和时间表执行计算
floor
函数可以对表或时间表中的所有变量执行计算,而无需通过索引访问这些变量。所有变量都必须具有支持计算的数据类型。有关详细信息,请参阅Direct Calculations on Tables and Timetables。
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)