Matlab

an anonymous user · May 14, 2024
x = -pi:0.1:pi;
plot(x, cos(x))
Output

Comments

Please sign up or log in to contribute to the discussion.