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, I am getting error like below;
this function has the form f(potential) ---> current
but must have the form f(unitless)----> any 1
i am not sure why this error is coming; can anyone help to understand.
You need to work consistently with units.
Your variable Vout_min has a unit of Volt. Vin is a range and does not have a unit. I bet that's where the problem lies. Attach the proper unit (I suppose it must be V) to each of the elements that define the range of Vin.
Success!
Luc
P.S. In general, when asking for help, you should attach the worksheet, not just a picture.
Hi Luc,
Thanks, it's working.