从mathematica 扁平化到matlab
我怎样才能把这个命令从mathematica写到matlab?
total = Apply[Plus, Flatten[mlat]]/L2
,其中 L2 是一个值,mlat 是一个矩阵。
how can i write this command from mathematica to matlab?
total = Apply[Plus, Flatten[mlat]]/L2
,where L2 is a value and mlat a matrix.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简单地写:
Simply write:
对 matlab 没有帮助,但在 Mathematica 中你可以简单地写
代替
No help for matlab, but in Mathematica you may simply write
in place of