Skip to content
Snippets Groups Projects
Commit ab04daa1 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Cosmetic change.

parent f7d583b6
Branches
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ switch format
TEX__ = A.tex;
str = [];
for v=1:vobs(A)
str = [str, A.name{v} ' = A.data(:,' num2str(v) ');' ];
str = sprintf('%s %s = A.data(:,%s);', str, A.name{v}, num2str(v));
end
eval(str);
currentdirectorycontent = dir();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment