diff --git a/IO.py b/IO.py index d9854cf..7a23566 100644 --- a/IO.py +++ b/IO.py @@ -23,6 +23,7 @@ if not os.path.exists(folder_path): # 创建4个变量,并赋值 sio.savemat('data/testpython.mat', {'a': 1, 'b': 5, 'c': 3, 'd': 4}) """ + 这行代码调用savemat函数来保存数据。 'data/testpython.mat':