Skip to main content
1-Visitor
July 15, 2020
Question

Error when drawing graph this function has the form f(potential) ---> current

  • July 15, 2020
  • 1 reply
  • 1412 views

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.

1 reply

23-Emerald IV
July 15, 2020

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.

Ashok21-VisitorAuthor
1-Visitor
July 15, 2020

Hi Luc,

Thanks, it's working.