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) )
ASCII plot that mimics behaviour of PLOT from Classic MATLAB
MATLABBSD-3-Clause
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) )