Skip to content

Commit

Permalink
removed error variables from mos
Browse files Browse the repository at this point in the history
  • Loading branch information
hcasperfu committed Aug 6, 2024
1 parent f5b2378 commit a138520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ range={-2.0, 2.0, -1.0, 1.0}, grid=true, filename="BasicFlowFunction_dp_Derivati
createPlot(id=1, position={35, 30, 592, 207},
y={"der(m_flow)", "der(m_flow_comp)"},
range={-2.0, 2.0, 0.0, 1.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}});
createPlot(id=2, position={649, 34, 592, 421},
y={"err_m_flow"},
range={-2.0, 2.0, -2.0000000000000004E-07, 5E-08}, grid=true, filename="BasicFlowFunction_dp_DerivativeCheck2.mat", colors={{28,108,200}});
createPlot(id=2, position={649, 34, 592, 207},
y={"err_der_m_flow"},
range={-2.0, 2.0, -1.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}});

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ range={-2.0, 2.0, -1.0, 1.0}, grid=true, filename="BasicFlowFunction_m_flow_Deri
createPlot(id=1, position={35, 30, 592, 207},
y={"der(dp)", "der(dp_comp)"},
range={-2.0, 2.0, 0.0, 1.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}});
createPlot(id=2, position={649, 34, 592, 421},
y={"err_dp"},
range={-2.0, 2.0, -2.0000000000000004E-07, 5E-08}, grid=true, filename="BasicFlowFunction_m_flow_DerivativeCheck2.mat", colors={{28,108,200}});
createPlot(id=2, position={649, 34, 592, 207},
y={"err_der_dp"},
range={-2.0, 2.0, -1.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}});

0 comments on commit a138520

Please sign in to comment.