• Remix
  • Share
  • New Entry

on 10 Oct 2022
  • 2
  • 97
  • 3
  • 0
  • 71
X = linspace(-pi,pi,40);
Y=(9.04*X-0.22222)*7
Y = 1×40
-200.3555 -190.1607 -179.9658 -169.7709 -159.5760 -149.3812 -139.1863 -128.9914 -118.7966 -108.6017 -98.4068 -88.2119 -78.0171 -67.8222 -57.6273 -47.4325 -37.2376 -27.0427 -16.8478 -6.6530 3.5419 13.7368 23.9316 34.1265 44.3214 54.5163 64.7111 74.9060 85.1009 95.2957
Z = [sin(X); cos(X)];
stem3(Z)
Remix Tree
Load full remix tree