From fca1e89180a93731d098a4a6542e17f01a1b1278 Mon Sep 17 00:00:00 2001 From: MuJ Date: Tue, 28 Nov 2023 18:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9IO.py=E8=BF=9B=E8=A1=8C=E4=BA=86?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=BE=AE=E8=B0=83=EF=BC=88test?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IO.py | 1 + 1 file changed, 1 insertion(+) 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':