You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually, by searching with some of the error messages that I got, I have found that this is related to some problems between matlab2020b and python3.9 (fooof-tools/fooof_mat#22)
Hello,
many thanks for this tool, which looks great. I am follwing step by step the illustrations you give in your pdf "python-for-matlab-development.pdf" (downloaded from here: https://www.matlabexpo.com/content/dam/mathworks/mathworks-dot-com/images/events/matlabexpo/online/2022/python-for-matlab-development.pdf)
I managed to reproduce everything up to slide 14, but I have a problem with:
I also have problems with py2mat (downloaded from here just now):
Error in py2mat (line 98)
x_mat = int64(x_py.astype(np.float64));
Error in py2mat (line 67)
new_var = py2mat(x_mat.(fields{i}));
I am using the following versions, under linux:
Matlab version:
python access, through:
Any clue?
Thanks!
Gaia
The text was updated successfully, but these errors were encountered: