对IO.py进行了格式化微调(test)

This commit is contained in:
MuJ 2023-11-28 18:51:06 +08:00
parent e004b8822f
commit fca1e89180
1 changed files with 1 additions and 0 deletions

1
IO.py
View File

@ -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':