MATLAB: How to add an Array of points to animatedLine

animatedlineMATLABplot arrayrealtime

I'm trying to graph values in real time and am trying to update an animatedline using the addpoints method. I'm wondering if there is a method like addpoints that adds a set of points instead of just individual points.

Best Answer

Nevermind. the method addpoints() can already do this. poor question..