07-01-2008 10:57 AM
07-01-2008 11:07 AM
BMEstudent wrote:
After the integration happens there are only around 250 data points, and they are not in an array. So perhaps the problem is as simple as creating an array from the outputs form the integration?
07-01-2008 11:11 AM
07-01-2008 11:50 AM
07-01-2008 12:25 PM
A chart graphs the number of points you feed it, up to the configured size of the history lenght.
If you feed it an array with each iteration, you add that many points/iteration. If you only feed it a single number, it only goes by one per iteration of the big loop.
07-01-2008 01:23 PM