That is not possible.
Save as mat file in python.
The matlab variables matrices arrays can be stored in mat files in order to read this data in python you would need a scipy io package.
Parameters file name str or file like object name of the mat file mat true.
You can get it done in one.
You seem to want two different arrays linked to same variable name in matlab.
Reading them in is definitely the easy part.
Import scipy io and after that the loadmat is the way to go.
Save a dictionary of names and arrays into a matlab style mat file.
Python data can be saved to a mat file with the function savemat.
It should be composed of simple data types like dict list str int and float.
Loading mat files scipy is a really popular python library used for scientific computing and quite naturally they have a method which lets you read in mat files.
In matlab you can have cell arrays or structs which contain other arrays but you cannot have just a tuple of arrays assigned to a.
Here i would describe two ways you could read and create a mat file in python.
Save example mat a b v7 3 due to the varied versions of mat file.
Reading a mat file became a complicated task to carryout.
A cheap way to save out data for matlab within python is as follows.
This saves the array objects in the given dictionary to a matlab style mat file.