hPlot3 = plot(hAxes3, nan,nan, nan,nan, nan,nan, nan,nan, nan,nan, nan,nan, nan,nan, nan,nan);
set(hPlot3(1),'XData',1:2048,'YData',normWanted(:,1))
set(hPlot3(2),'XData',1:2048,'YData',normWanted(:,2))
...
set(hPlot3(8),'XData',1:2048,'YData',normWanted(:,8))
2 Comments
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/571969-update-plot-using-set-with-xdata-and-ydata#comment_953158
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/571969-update-plot-using-set-with-xdata-and-ydata#comment_953158
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/571969-update-plot-using-set-with-xdata-and-ydata#comment_953335
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/571969-update-plot-using-set-with-xdata-and-ydata#comment_953335
Sign in to comment.