Skip to main content
1-Visitor
September 18, 2014
Solved

Mathcad Plot with an if-statement?

  • September 18, 2014
  • 2 replies
  • 4286 views

Hi,

First time posting on these forums, been reading around for a couple of years though.

I would like to create a plot of 4 functions (let's say it's different pressures depending on a variable, h). I've done this in the appended example.

However, I would now like to plot only 2 of the functions if a variable, say "condition", is =1.

How can I do this?

I have tried adding an "if" statement on the y-axis of the plot itself, like this:

----

f.1(h) if condition=1

----

, but I get a critical error when doing that, and the plot goes blank.

I'm using MathCad 15.

Any suggestions are appreciated,

Thank you,

Hampus

Best answer by RichardJ

NaN (non a number) is very useful when you want something to not show on a plot. It works for either entire plots, or individual points.

2 replies

RichardJ19-TanzaniteAnswer
19-Tanzanite
September 18, 2014

NaN (non a number) is very useful when you want something to not show on a plot. It works for either entire plots, or individual points.

1-Visitor
September 18, 2014

Richard,

Thank you, that worked perfectly!

25-Diamond I
September 24, 2014

Depeding on your needs it might be convenient to use a wrapper function based on Richards solution.

See attached.

1-Visitor
September 25, 2014

Nifty! That's a keeper, thanks