dyn_latex_table.m: move latex output to latex subfolder

time-shift
Johannes Pfeifer 2020-06-25 17:09:49 +02:00
parent a6907ba3e0
commit 1c759bb232
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if length(headers) < 2
error('headers length must be >= 2')
end
OutputDirectoryName = CheckPath('Output',M_.dname);
OutputDirectoryName = CheckPath('latex',M_.dname);
% Set width of label column
if isempty(label_width)