0
点赞
收藏
分享

微信扫一扫

matlab与python语法区别(持续更新)

郝春妮 2022-03-22 阅读 63
python数组


1 平方

matlab:​​^​

python​​:**​

2 不等号

matlab:​​~=​

python:​​!=​

3 数组索引:

matlab:从1开始

python:从0开始

4 与或非

matlab:

​& | ~​

python:

​and or not​



举报

相关推荐

0 条评论