data1u.mat file error - reg
Closed this issue · 1 comments
Velmurugan1008 commented
Hello! Good Afternoon.
I am new to learning python language. I follow your instructions and run the code.
But I got error at line 46 in the file "Run_duffing_var_ics.py". Also apend as follows
FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = 'data1u.mat', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
May I know the file "data1u.mat" is pre build file (call using h5py function) or we need to create one. I did not understand about the mentioned file.
Your reply is much helpful to me.
Thank you!
navaneeth1234 commented
The data, 'data1u.mat' is not provided, instead a matlab program to generate the data1u.mat is provided in the folder. please find the codes