04-01-2008 10:30 AM
04-02-2008 11:30 AM
Hi lil_zu,
What you are going to want to do is create the equation inside a for loop. Use a feedback node by wiring the output of your equation back to where you input the value for "I". Have the loop iterate the number of times you want it to run. Take the outputs for V and I in the form of arrays. Bundle the arrays and put them into an XY graph.
Let us know how it goes!
04-02-2008 11:43 AM
04-03-2008 03:05 AM
04-03-2008 10:05 AM
04-03-2008 10:09 AM
04-03-2008 10:13 AM
lil_zu wrote:
...is it possible to plot this function without solving?
04-03-2008 10:16 AM
I guess you are talking avout interpolation, not iteration. There are several interpolation routines in the math subpalette, check the online help. If linear interpolation is sufficient, you can use "interpolate array" from the array palette.
lil_zu wrote:
and how do i itereate a for loop to create graph for steps of 0.1 coz the range for is roughly about 0 to 1 in very small steps
04-03-2008 10:57 AM
04-03-2008 12:10 PM