1 平方
matlab:^
python:**
2 不等号
matlab:~=
python:!=
3 数组索引:
matlab:从1开始
python:从0开始
4 与或非
matlab:
& | ~
python:
and or not
matlab与python语法区别(持续更新)
阅读 63
2022-03-22
matlab:^
python:**
matlab:~=
python:!=
matlab:从1开始
python:从0开始
matlab:
& | ~
python:
and or not
相关推荐
精彩评论(0)