Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.