Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi!
At the end of the attached file i have two functiion, the first seems to work fine the second is similiar but doesent return a value. The graph seem to wok tho, why?
Thanks in advance!
Solved! Go to Solution.
The function Vbp(x) isn't defined when x > b-1.55, but you are trying to call it with values of x greater than this. You need to specify what the return value should be for all cases for which you call the function. If you want it to be zero for larger values of x then Mike's suggestion is the simplest way of doing this.
Alan