Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to mark plots octave

x = -10:0.1:10;
plot (x, sin (x));
title ("sin(x) for x = -10:0.1:10");
xlabel ("x");
ylabel ("sin (x)");
text (pi, 0.7, "arbitrary text");
legend ("sin (x)");
Source by octave.org #
 
PREVIOUS NEXT
Tagged: #mark #plots #octave
ADD COMMENT
Topic
Name
7+5 =