Skip to content
Snippets Groups Projects

Fixes to GSA plots

Merged Johannes Pfeifer requested to merge JohannesPfeifer/dynare:gsa_plot into master
1 unresolved thread

Solves issues found in Ispra

Merge request reports

Pipeline #320 passed

Pipeline passed for 30361ccb on JohannesPfeifer:gsa_plot

Approval is optional

Merged by Sébastien VillemotSébastien Villemot 6 years ago (Nov 15, 2018 9:12am UTC)

Merge details

  • Changes merged into with 6e5465c0.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #321 passed

Pipeline passed for 6e5465c0 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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,'_','\_');
  • Thanks. Actually I just pushed another solution (converting to and from a cell array). Please check that it is ok.

  • Your solution is a lot more elegant and should therefore be ported to model_comparison.m in master

  • Please register or sign in to reply
    Loading