From 14d76b8f8c461d2ab25a94b28f9ed5764250539a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Wed, 5 Apr 2023 19:31:53 +0200
Subject: [PATCH] .mat files saved in Version 7.3 format

---
 nyxlabels/update_trx_with_labels.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nyxlabels/update_trx_with_labels.m b/nyxlabels/update_trx_with_labels.m
index b7fcbf6..10ecd71 100644
--- a/nyxlabels/update_trx_with_labels.m
+++ b/nyxlabels/update_trx_with_labels.m
@@ -80,7 +80,7 @@ end
 
 if isfield(args, "outputfile")
     trx = updated_trx;
-    save(args.outputfile, "trx");
+    save(args.outputfile, "trx", "-v7.3");
 end
 
 function label = map_label(args, label)
-- 
GitLab