• Remix
  • Share
  • New Entry

on 24 Oct 2021
  • 2
  • 9
  • 0
  • 0
  • 117
x=[-100:0.1:600];
y=sin(1.02*x);
z=cos(x);
a=sin(1.02*x).*cos(x);
%r=zeros(1,length(x));
plot(x,y,x,z,x,a,LineWidth=0.9)
title('sin and cos')
axis off
Remix Tree