replacing Matlab with python

前端 未结 8 1588
小蘑菇
小蘑菇 2020-12-23 12:30

i am a engineering student and i have to do a lot of numerical processing, plots, simulations etc. The tool that i use currently is Matlab. I use it in my university compute

8条回答
  •  有刺的猬
    2020-12-23 13:02

    python(x,y) is quite powerful, but only for Windows or Linux so you'll have to use bootcamp or Linux. A more lightweight package for mathematics is Matplotlib, which basically adds plotting abilities to the Python language (better used together with IPython).

提交回复
热议问题