lcm
最小公倍数
说明
示例
输入参数
A,B
— 输入值
标量、向量、实数数组或正整数值
输入值,指定为标量、向量、实数数组或正整数值。A
and B
可以是任何数值类型,在一定的限制范围内它们的类型可以不同:
如果
A
或B
属于single
类型,则另一个可以是single
或double
类型。如果
A
或B
属于整数类,则另一个必须属于相同类或必须是double
标量值。
A
和 B
必须大小相同或一个必须为标量。
示例: [20 3 13],[10 6 7]
示例: int16([100 30 200]),int16([20 15 9])
示例: int16([100 30 200]),20
数据类型: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
输出参量
L
— 最小公倍数
实数、正整数值
最小公倍数,以实数正整数值数组形式返回。L
与 A
和 B
的大小相同,并且它与 A
和 B
的类型相同。如果 A
和 B
的类型不同,则 L
以非双精度类型形式返回。
扩展功能
C/C++ 代码生成
使用 MATLAB® Coder™ 生成 C 代码和 C++ 代码。
基于线程的环境
使用 MATLAB® backgroundPool
在后台运行代码或使用 Parallel Computing Toolbox™ ThreadPool
加快代码运行速度。
此函数完全支持基于线程的环境。有关详细信息,请参阅在基于线程的环境中运行 MATLAB 函数。
版本历史记录
在 R2006a 之前推出
另请参阅
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)