From 1a98943651dea52022a380b38d5b4618fdc29945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Tue, 15 Jul 2014 15:43:29 +0200 Subject: [PATCH] Fixed bug (tex names with underscores were not correctly saved in m datafile). --- matlab/@dseries/save.m | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/matlab/@dseries/save.m b/matlab/@dseries/save.m index 2f3ff7c49..d692c55cb 100644 --- a/matlab/@dseries/save.m +++ b/matlab/@dseries/save.m @@ -46,14 +46,16 @@ switch format end end fprintf(fid,'};\n'); - fprintf(fid,'TEX__ = {'); - for i=1:A.vobs - fprintf(fid,['''' A.tex{i} '''']); - if i