prog_plot(x,y,point​s,speed)

This function can be used to plot a 2D graph, progressively.
23 Downloads
Updated 15 May 2018

View License

This function can be used to plot a 2D graph, progressively.
You can use this plot to see the how the plot is approaching and the direction of plot.
Input Required:
x vector
y vector
number of points to be ploted
speed with which the graph should be plotted.

Cite As

Saiprasad Gore (2024). prog_plot(x,y,points,speed) (https://www.mathworks.com/matlabcentral/fileexchange/65996-prog_plot-x-y-points-speed), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Discrete Data Plots in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Bug fixed
1) Previous version used to terminate if full vectors were plotted

1.0.0.0