MATLAB for Python programmers

前端 未结 6 2032
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 15:58

I\'ve used MATLAB on and off before, but I need to develop a good understanding of it now, and the language I\'m most familiar with is Python. Care to describe a MATLAB language

6条回答
  •  青春惊慌失措
    2021-02-05 16:47

    I found this SciPy.org page helpful, even though it works better for the other direction and doesn't directly address many core language features.

    Along the same lines:

    • The "Comparison with MATLAB" section of this Numerical Computing in Python presentation
    • NumPy for MATLAB Users cheat sheet

    But none of these really explain the MATLAB language and data structures to me like a good book about the language, in a way that leverages my existing knowledge of Python. (The question Jonas links to does though - check that out.)

提交回复
热议问题