Skip to content
Snippets Groups Projects
Commit 14d76b8f authored by François  LAURENT's avatar François LAURENT
Browse files

.mat files saved in Version 7.3 format

parent 9057ea76
No related branches found
No related tags found
No related merge requests found
Pipeline #101375 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment