02-20-2008 03:58 PM
02-20-2008 04:43 PM - edited 02-20-2008 04:45 PM
If you are not already doing so, you should always work with Context Help turned on. With it on and when you move your mouse over the graph terminal on the block diagram, you will see the help window shown below. As it state (and as the shipping examples demonstrate), a multiplot graph is a 2D array. One way to achieve that is with the code shown below. With your methode, you are updating a graph one point ata time and that is not efficient (especiall with your insert into array and replace array subset functions). If you want to update one point at a time, you should be using a chart.
Message Edited by Dennis Knutson on 02-20-2008 03:43 PM