随机化矩阵在热处理中的应用

2024-05-06 09:50:48 发布

您现在位置:Python中文网/ 问答频道 /正文

matrix = MatrixCreate(1,50)

Randomize=numpy.random.random()

print Randomize(matrix)

通过尝试上面的代码,我得到的错误是“'float'object is not callable”


Tags: 代码numpyobjectis错误notrandomfloat