The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
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.