4
Answers

Convert Matlab Math Trig into C#

Photo of David Smith

David Smith

6y
1.7k
1

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)