David Smith

David Smith

  • NA
  • 2k
  • 0

Convert Matlab Math Trig into C#

Feb 6 2019 5:39 AM

How to convert MATLAB code below into c# code below. I need some assistance

theta=0:pi/180:2*pi;

costheta=cos(theta);


Answers (4)