February 2014
Intermediate to advanced
390 pages
6h 12m
English
Appendix D
This appendix serves programmers migrating from MATLAB® to Python and interested in converting their MATLAB scripts to equivalent Python program using numpy.
MATLAB [60] is a popular commercial software that is widely used to perform computation in various fields of science including image processing. Both MATLAB and Python are interpreted languages. They both are dynamic typed, i.e., variables do not have to be declared before they are used. They both allow fast programming.
Numpy is similar in design to MATLAB in that they both operate on matrices. Because of their similarity we can find an equivalent function in MATLAB for a specific task in Numpy and vice versa. The following table lists ...
Read now
Unlock full access