Jump to content

Plot function and Interpolate Plz Help!


Recommended Posts

m trying to obtain a plot from the following function ( see attached file) a I-V curve and then from the plot i wanna determine values for "I" when values of V are specified. I wanna do this without using cursers but programmatically.(possibly using interpolate functions) .. I hope someone can help me..thanks a lot

Link to comment

I don't think you are going to find anyone who wants to do your homework for you here, but if you are truly interested in figuring out a solution to the problem you describe, try to break the problem down into pieces that you need to learn.

How do I express this equation in LabVIEW? Hint: Find the Numeric palette.

How do I evaluate this equation using an array of V? Hint: For Loop.

How do I graph the output? Hint: Graph

A good place to learn about these "pieces" is in the LabVIEW Help-->Find Examples... menu.

It's going to take time (maybe more time than you are willing to take) to ramp up to do even a simple problem like this one, but everyone here went through the same growing pains at some point too.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.