07-18-2007 03:40 PM
07-18-2007 03:49 PM
07-18-2007 03:53 PM
Sorry for the ambiguity, I want to input 10 different voltage values( say 0 -10 v) then over a range of I values( Say 0 -5 A) i wanna plot them. the I values remain constant and voltage value changes as the user inputs them.How can I move ahead in this.
Thanks for the help.
RK
07-18-2007 04:21 PM - edited 07-18-2007 04:21 PM
Use a loop to build an array, or use the Build Array function. Use Array Subset function to extract the elements you want to graph and wire the array directly to the graph.
Like this:
Message Edited by tbob on 07-18-2007 02:22 PM
07-18-2007 04:40 PM - edited 07-18-2007 04:40 PM
Message Edited by smercurio_fc on 07-18-2007 04:40 PM
07-18-2007 04:42 PM
Thanks a lot. this works and based on this I can move forward. Thanks again for prompt help.
RK