Fixes to GSA plots
1 unresolved thread
1 unresolved thread
Solves issues found in Ispra
Merge request reports
Activity
added bug label
mentioned in commit 6e5465c0
Commit 30361ccb cannot be automatically cherry-picked. I think this has to do with the fact that
M_.param_names
is a cell-array in unstable, while it is a character-array in 4.5. Can you possibly tell me how this should be adapted (or submit a merge request on 4.5)?34 34 else 35 35 param_names_tex = options_mcf.param_names_tex; 36 36 end 37 else 38 param_names_tex = strrep(options_mcf.param_names,'_','\_');
Please register or sign in to reply