numpy.矩阵操作
我有关于 numpy.matrix 类的问题。如何对矩阵执行添加、删除和替换行和列等基本操作?
ps我为这个蹩脚的问题道歉。
I have a question about numpy.matrix class. How can I perform such basic manipulations with matrices as adding, deleting and replacing rows and columns?
p.s. I apologize for the lame question..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非常好的问题!尝试检查此代码:
有关更多信息,请参阅此处的 numpy/scipy 文档: NumPy/SciPy 文档
如果如果您精通 Matlab,此页面很有用:NumPy for Matlab Users< /a>
Perfectly fine question! Try examining this code:
For more, see the numpy/scipy docs here: NumPy/SciPy docs
If you are fluent in Matlab, this page is useful: NumPy for Matlab Users