source of the python benchmarks

Here in this page MATLAB team has mentioned that they have a dozen of benchmarks shwoing MATLAB is faster than Python:
However I can't find the source code to these benchmarks. I would appreciate if you could provide me with those. I very much like to study them. Thanks in advance.

6 件のコメント

per isakson
per isakson 2018 年 12 月 9 日
編集済み: per isakson 2018 年 12 月 9 日
Foad Sojoodi Farimani
Foad Sojoodi Farimani 2018 年 12 月 9 日
your link is broken. I have indeed seen other benchmarks, however I did not expect the MATLAB team to be so unprofessional to put such a claims without providing proper falsifiable evidence.
per isakson
per isakson 2018 年 12 月 9 日
編集済み: per isakson 2018 年 12 月 9 日
Now the link works.
This is a "promotion text" by the Mathworks marketing department.
Foad Sojoodi Farimani
Foad Sojoodi Farimani 2018 年 12 月 10 日
MATLAB is a scintific software and it is expected from Mathwork team to respect scintific values.
Image Analyst
Image Analyst 2023 年 9 月 6 日
@per isakson the nasa.gov link is broken (again).
the cyclist
the cyclist 2023 年 9 月 6 日
Looks like this is a newer, working NASA link to equivalent content

サインインしてコメントする。

回答 (1 件)

Al Danial
Al Danial 2023 年 9 月 10 日

0 投票

Broadly speaking I'd agree that MATLAB is often faster than Python. However, with a bit of optimization work you can just as often make Python run faster than MATLAB for computationally intensive work. The combination of Python + Numba can be a viable substitute to mex, that is, you can make your MATLAB code run faster by calling compute intensive functions in Numba-enhanced Python code! https://al.danial.org/posts/accelerate_matlab_with_python_and_numba/ has examples.

カテゴリ

製品

質問済み:

2018 年 12 月 9 日

回答済み:

2023 年 9 月 10 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by