×
×
Correct!
Insert the missing method to import data from a Matlab file:
from scipy import io
# Import:
mydata = io.@(7)('arr.mat')
print(mydata)
from scipy import io
# Import:
mydata = io.loadmat('arr.mat')
print(mydata)
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 20 exercises.
Are you sure you want to continue?