0
点赞
收藏
分享

微信扫一扫

Python numpy.tile

钵仔糕的波波仔 2022-02-22 阅读 154
python

numpy.tile(a, (i,j)) #将列表a在行的方向扩展i倍,在列的方向扩展j倍
在这里插入图片描述

举报

相关推荐

0 条评论