06-22-2011 06:05 AM
Hi I am just making a simple simulation model in which a result of a formula is the acceleration. This result I plot it against time. By integrating the acceleration I obtain velocity and by integrating the velocity I obtain distance. Those last results i plot them against time. However, when I tried to plot distance vs. velocity, it looks like a get a graph of distance against time. What would be the correct functions to be used to plot this correctly thanks. The first picture attached shows a view of part of the model and the second pictures shows the results of the graph that I getting. The graph that I need is taking correctly the y axis units but the x units are incorrect, it seems like it is just plotting against time.
Thank you
Solved! Go to Solution.
06-22-2011 06:14 AM - edited 06-22-2011 06:15 AM
Hi,
You can use a bundly function to plot to arrays into an xy graph. Check the attached VI for explanation.
Regards,
Nitzz
(Give Kudos to good Answers and Mark it as a Solution if your problem is Solved;))
06-23-2011 09:50 AM
Cheers