Annotating Graphs in Matlab

PHOTO EMBED

Sat Mar 20 2021 07:23:04 GMT+0000 (Coordinated Universal Time)

Saved by @FlorianC #matlab #plots

xx = -1:0.1:1
y = x.^2
plot(x,y)
xlabel('time [s]')
ylabel('amplitude')
title('my plot')
legend('y(t)')
content_copyCOPY