Book Image

NumPy: Beginner's Guide

By : Ivan Idris
Book Image

NumPy: Beginner's Guide

By: Ivan Idris

Overview of this book

Table of Contents (21 chapters)
NumPy Beginner's Guide Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
NumPy Functions' References
Index

MATLAB and Octave


MATLAB and its open source alternative, Octave, are popular mathematical programs. The scipy.io package has functions that let you load MATLAB or Octave matrices and arrays of numbers or strings in Python programs, and vice versa. The loadmat() function loads a .mat file. The savemat() function saves a dictionary of names and arrays into a .mat file.