Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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
