Skip to content

Commit

Permalink
update in runSetupModel
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 22, 2024
1 parent 319c225 commit 0e22d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/Julia/runSetupModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
case 'JSON'

generate_reference_solution = false;
inputFileName = fullfile(jsonfolder, 'p2d_40_jl_ud.json');
inputFileName = fullfile(jsonfolder, 'p2d_40_jl.json');

% man.load('kwargs' , kwargs, ...
% 'inputType' , 'JSON', ...
Expand Down Expand Up @@ -76,7 +76,7 @@
hold on
E = cellfun(@(state) state.Control.E, export.states);
time = cellfun(@(state) state.time, export.states);
plot(time, E, "DisplayName", "BattMo Matlab", LineWidth = 2, LineStyle = " -- ")
plot(time/hour, E, "DisplayName", "BattMo Matlab", LineWidth = 2, LineStyle = " -- ")
end

legend
Expand Down

0 comments on commit 0e22d4c

Please sign in to comment.