MATLAB ASCII plot
ASCII plot that mimics behaviour of PLOT from Classic MATLAB.
For more on the history of MATLAB see: https://blogs.mathworks.com/cleve/2020/06/13/history-of-matlab-published-by-the-acm
Usage:
t = 0:50;
asciiplot( t.*cos(t), t.*sin(t) )
Mikhail (2021). matlab-ascii-plot (https://github.com/kyak/matlab-ascii-plot/releases/tag/0.1.1), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.