I am going to post part of my code to see if anyone can pick out my Plot syntax error without diving into the complexity of my code. Basically, I am creating a plot with 'feet' as the input, and MMA is putting the units in metric when plotted.
Plot[{\[CapitalDelta]pfu[x]/psi, \[CapitalDelta]pfd[x]/psi}, {x, 0 ft,
120 ft},
AxesLabel -> {Subscript[\[CapitalDelta]h, u, d] "[ft]",
Subscript[\[CapitalDelta]p, f] "[psi]"},
GridLines -> Automatic] // Magnify
And here is the output:
Reply to this discussion
in reply to