它通过使用在对数刻度上均匀分隔的数字来创建数组。
句法
numpy.logspace(start, stop, num, endpoint, base, dtype)
参数
它接受以下参数。
- start:代表间隔的起始值。
- stop:代表以区间为基础的间隔的停止值。
- num:范围之间的值数。
- 端点:这是一个布尔类型值。它将stop表示的值作为间隔的最后一个值。
- base:代表日志空间的底数。
- dtype:代表数组项的数据类型。
返回指定范围内的数组。
例子1
import numpy as nparr = np.logspace(10, 20, num = 5, endpoint = True)print("The array over the given range is ", arr)
输出
The array over the given range is[1.00000000e+10 3.16227766e+12 1.00000000e+15 3.16227766e+17 1.00000000e+20]
例子2
import numpy as nparr = np.logspace(10, 20, num = 5, base = 2, endpoint = True)print("The array over the given range is ", arr)
【numpy.logspace()函数】输出
The array over the given range is[1.02400000e+03 5.79261875e+03 3.27680000e+04 1.85363800e+05 1.04857600e+06]
推荐阅读
- Python中的numpy.log()用法
- NumPy线性代数操作(矩阵基本运算)
- xp系统下怎样取消我正在玩qq游戏的提示【图文详细教程】
- win xp系统下qq游戏读取房间信息失败如何处理
- win xp系统下如何打开xps文件|win xp系统打开xps文件的办法
- 绿茶XP系统电脑怎样设置省电模式|XP系统打开省电模式的办法
- xp系统如何安装Photoshop cc 2015版本以上的zxp文件
- win xp系统下excel怎样打竖排文字【图文详细教程】
- xp系统下运用PhotoShop CC制作卷发字与手印字的办法